[Pydev-users] [Users] RE: Python Interpreter Error with PyDev
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-12-16 09:21:39
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4884584: Which PyDev version are you using? The problem seems to be that it's mixing Python 3.2.2 (which you said you're configuring) and Python 2.5 (where the error appears). I think this can happen if you have PYTHONROOT configured to Python 2.5 and are trying to execute Python 3.2 (because the docs say that the PYTHONROOT env will be added to the PYTHONPATH anyways, so, try closing eclipse, cleaning up your PYTHONROOT variable, restart Eclipse and see if it gets it right again). If it still doesn't work, please report back posting more details on your environment variables. Cheers, Fabio |