Aptana studio 3 in python does not show exit window

0

I just wrote:

print "HOLA"

and it shows me:

  

Finding files ... done.
  Importing test modules ... done.
  -------------------------------------------------- --------------------
  Ran 0 tests in 0.000s

  OK

    
asked by Lefcott 21.02.2017 в 21:17
source

1 answer

0

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.

    
answered by 22.02.2017 в 12:01