need helping tracking down weird bug in cPickle

Dieter Maurer dieter at handshake.de
Fri Jun 23 16:13:59 EDT 2006


[Carl J. Van Arsdall]
> Hey everyone, cPickle is raising an ImportError that I just don't quite
> understand.

When I get in such a situation, I replace "cPickle" with
Python's "pickle". Usually, I get the same exception -- but
this time with a traceback that can be analysed with "pdb.pm()".
Usually, this lets me understand...


Dieter



More information about the Python-list mailing list