I did as you said, but I get nothing
I created a program with this very simple instruction
print "Hello world"
If I run it I get no output (only the sentence "Terminated")
While the internal console shows no message
What can I do?
There 's a flag to run spyder2 beta3 in debug mode?
Hmm.. Have you tried command line?
$ python spyder.py -h
Or for Windows
> python spyder.py --debug
--
anatoly t.
Oh yes :)
I'm a dummy boy :))
The problem persists
Now i tried with "spyder --reset" and run again spyder ...
Created again a python file with the command
print "Hello word"
runned again and ... always the same problem "no output on the console"
I tested with console, ipython console and internal console
I runned with the "-d" flag ... and again ... no answer about my problem :(