[Pydev-users] [Users] RE: Problem adding altinstalled python3.2
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-12-21 09:36:52
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4894662: Well, what PyDev does is execute the path you passed passing plugins/org.python.pydev/PySrc/interpreterInfo.py as a parameter -- from the output, I'd say the executable you're passing is a link to pydoc3 and not to Python... Can you execute it in the command line: /my/path/to/python plugins/org.python.pydev/PySrc/interpreterInfo.py and see if you have a different output? Also, if you just execute /my/path/to/python in the command line, it should start the python interactive shell... does this happen in your case? Cheers, Fabio |