Just as a note: this was already fixed in the latest svn and should be available in the next release.
Cheers, Fabio On Wed, Jan 7, 2009 at 9:17 AM, DOUTCH GARETH-GDO003 <[email protected]> wrote: > Bug as title. > > causes > > import pydevd > pydevd.settrace(ipAddress) > > to throw: > > Traceback (innermost last): > File "<console>", line 1, in ? > File "C:\jython2.2.1\pysrc\pydevd.py", line 791, in settrace > File "C:\jython2.2.1\pysrc\pydevd_vm_type.py", line 20, in SetupType > NameError: sys > > > adding > import sys > > fixes the problem > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Pydev-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pydev-users > > ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
