Whenever I attempt to debug a module using a particular 3rd party package the debugger crashes. There is no problem if the file is run rather than debugged. I am using pydev 1.10 and python 2.4.2 on win xp.
For example if I have a module which only imports the extension package e.g. from openeye.oechem import * The debugger will output pydev debugger Exception exceptions.AttributeError: "'NoneType' object has no attribute 'currentThread'" in If I actually use something from the package e.g. from openeye.oechem import * m = OEMol() A dialog will appear indicating: 'python.exe has encountered a problem and needs to close. We are sorry for the inconvenience.' The pydev debugger outputs: pydev debugger Exception exceptions.AttributeError: "'NoneType' object has no attribute 'currentThread'" in <bound method oeifstream.__del__ of <openeye.oechem.oeifstream; proxy of C++ OEPlatform::oeifstream instance at _20ea0102_p_OEPlatform__oeifstream>> ignored Does anyone have any idea what the problem is and whether there is a way to get around it? Thanks, Michael _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
