Re: debugger on system with Python 2 and 3

2009-11-29 Thread Yo Sato
ggers in general as yet... In the meantime I might ask if it is possible to adapt pydb (or perhaps, IDLE) for Py3. Might be just a change in a env variable or two... Yo On Fri, 27 Nov 2009 19:03:10 +, Alan Franzoni wrote: > On 11/27/09 6:17 PM, Yo Sato wrote: >> Hi, >> >&

debugger on system with Python 2 and 3

2009-11-27 Thread Yo Sato
Hi, I am a relative newcomer to the Python language, and only write Python 3. Now I would very much like to a more-than-basic debugger. However it seems as if the fact that I have both Python 2 and 3 on the system complicates the matter... First I tried to use something called pydb, but it seems