Re: Debugging python 2.2 code with Pydev

2006-01-18 Thread Fuzzyman
I didn't mean the same *instance* of the interpreter - same executable would have been more appropriate I 'spose.. Fuzzy http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list

Re: Debugging python 2.2 code with Pydev

2006-01-18 Thread Fabio Zadrozny
Actually, the issue is already solved... Will be available in the next release (if you have this problem and want it now, just contact me... it is just because of a Boolean Type -- just checking a NameError does the trick to use it in python 2.2). As for the interpreter... nope, pydev does not

Re: Debugging python 2.2 code with Pydev

2006-01-18 Thread Fuzzyman
*Looks* like the plugin code isn't compatible with Python 2.2. (Some change in the way imports are resolved ?). PyDev will almost certainly use the same interpreter to run the code as the one it is using itself... There is possibly a PyDev mailing list to check on though. You could try installin

Debugging python 2.2 code with Pydev

2006-01-18 Thread coujou
It's all in the title. Is there a way (using Pydev) to debug code written for and executed by python 2.2 ? I have only the 2.2 interpreter installed. The run command works fine but the debugger tells me : "Unexpected error setting up the debugger". (More info below). I'm working under windowsXP w