cPickle problems

Klaas mike.klaas at gmail.com
Fri Nov 17 00:57:58 EST 2006


Jeff  Poole wrote:
> Good idea.  Well, I did that, and I found out that the object causing
> problems is a ParseResults object (a class from PyParsing) and that the
> __getstate__ member is in fact an empty string ('').  I'm not sure
> where this leaves me...  The PyParsing code clearly never creates such

Sounds like ParseResults is not intended to be pickable.

-Mike




More information about the Python-list mailing list