I just wrote:
print "HOLA"
and it shows me:
Finding files ... done.
Importing test modules ... done.
-------------------------------------------------- --------------------
Ran 0 tests in 0.000s
OK
I just wrote:
print "HOLA"
and it shows me:
Finding files ... done.
Importing test modules ... done.
-------------------------------------------------- --------------------
Ran 0 tests in 0.000s
OK
I have not worked directly with Aptana, but I remember that it is an Eclipse IDE with add-ons for mobile programming.
The output is made to a view called "Console" . It is possible that you have it minimized. Find it in the Window -> Show View
menu.
Another option is to reset the perspective. Make sure you have chosen the Python perspective and reset it from the Windows -> Perspective
menu.
Perhaps the best option is to always show the console when an output or error occurs. In preferences, look for the options of Run/Debug -> Console
and activate the options for the console to show:
[
It is the preferences dialog for eclipse. I hope it looks similar in Aptana.