2008/8/18 Jerome Laheurte <[EMAIL PROTECTED]>: > On Sun, 17 Aug 2008, Carl Zmola wrote: >> BTW, when debugging from eclipse, I see a bunch of the following >> exceptions. >> Exception exceptions.SystemError: 'error return without exception set' >> in <generator object at 0x034D9EB8> ignored >> I am assuming this is normal, but is there a reason for it? And is it >> possible to get rid of it? > > That's strange. This can only happen in a C/C++ extension module > (someone returning NULL without calling PyErr_SetString), so TaskCoach > is not involved. I don't remember any part of the wxPython API using > generators.
I have had these kind of weird errors/exceptions for ages when debugging in Eclipse and only when debugging in Eclipse. I think it's PyDev... Cheers, Frank
