[wingide-users] Unusual exception when opening pickle file
Tony Cappellini
cappy2112 at gmail.com
Fri Apr 6 15:34:42 MDT 2007
> cPickle is a weird beast, and we do import it in our debugger internals
Does it react any different than pickle? I haven't tried this but will.
> so the earlier import may be the reason it works in Wing. Try moving
> your import to happen first to see if that changes anything...
Would you clarify? Currently, I have the cpickle import near the top
of the file, with the other imports.
try:
import wingdbstub
except ImportError:
pass
import string, os
import os.path
import sys
from time import time,asctime
import cpickle
More information about the wingide-users
mailing list