can't pickle instancemethod objects

Jim Lewis jim.lewis at miclog.com
Sun Jul 9 11:39:29 EDT 2006


> I'd suggest that "pop" could be your culprit. ...What is pop? A function or an instance method?

Neither. pop is an instance of a class, like:
class X:
   ...
pop = X ()

pop surely is the culprit but it has arrays of objects, etc., and I
don't know what to look for.




More information about the Python-list mailing list