I just downloaded the latest Pydev (2.1.1.20110713) on Eclipse 3.6 (CDT edition) for Ubuntu 64 bit.
When I try to start a new pydev console -> Python console, I receive the following error:
import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
Console already exited with value: 1 while waiting for an answer.
Error stream:
Output stream:
this same message is emitted on every command
However if I start the console as pydev console -> Console for currently active editor
all seems to work mint-ily. This problem did not occur before the update, and I was only making a updating from 2.1.0.20110623.
Hints?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded the latest Pydev (2.1.1.20110713) on Eclipse 3.6 (CDT edition) for Ubuntu 64 bit.
When I try to start a new pydev console -> Python console, I receive the following error:
import sys; print('%s %s' % (sys.executable or sys.platform, sys.version))
Console already exited with value: 1 while waiting for an answer.
Error stream:
Output stream:
this same message is emitted on every command
However if I start the console as pydev console -> Console for currently active editor
all seems to work mint-ily. This problem did not occur before the update, and I was only making a updating from 2.1.0.20110623.
Hints?
Do you have some error in your error log? (see: http://pydev.org/faq.html#how_do_i_report_a_bug )
Cheers,
Fabio
Nothing is written to the error log. ($WORKSPACE/.metadata/.log)
Here are a few more facts:
- Eclipse install location: /home/alex/numerix/eclipse
- Project location where the bug appears: /home/alex/Workspaces/Python
Should I file a bug report?
thanks,