[Dev] raise problem

John Anderson john at osafoundation.org
Thu Feb 17 16:48:14 PST 2005


Hi Morgen:

I just ran into the same problem you did, where a syntax error in parcel 
loading didn't send me off the the right place when debugging under Wing.

I'm not sure I completely understand it yet, however, it looks like 
Andi's recent change in ClassLoader.py

            raise ImportError, sys.exc_value, sys.exc_traceback

to

            raise ImportError, (sys.exc_value, sys.exc_traceback)

is the cause.

John


More information about the Dev mailing list