cPickle problem

Jeremy Hylton jeremy at alum.mit.edu
Mon Apr 29 23:39:36 EDT 2002


Alex's comments should straighten you out.  In addition, I thought
this tip might be helpful in the future: If you get an error with
cPickle that you don't understand, try again with pickle.  The
exception raised by pickle will contain many layers of Python function
calls.  You can often use this extra information to figure out exactly
what object is causing a problem.

Jeremy



More information about the Python-list mailing list