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 suchSounds like ParseResults is not intended to be pickable. -Mike -- http://mail.python.org/mailman/listinfo/python-list
