Re: Python Interpreter Error with PyDev (Eclipse IDE)

2011-12-16 Thread Joshua Jodrey
a some python directories laying around from an odd svn installation or something... Thanks again! From: Fabio Zadrozny To: Joshua Jodrey Cc: "python-list@python.org" Sent: Friday, December 16, 2011 12:57 PM Subject: Re: Python Interpreter Error

Re: Python Interpreter Error with PyDev (Eclipse IDE)

2011-12-16 Thread Fabio Zadrozny
It seems you have a version of Python 2.5 in your system and when starting up Python 3.2.2 it's getting things from 2.5 (this would probably also happen on the command line). The usual suspect is that you defined a PYTHONROOT variable which is pointing to Python 2.5 and not to the python you're us