[Zope] Error Type: cPickle.PicklingError... : HELP! : (
Dieter Maurer
dieter@handshake.de
Tue, 6 Mar 2001 21:18:43 +0100 (CET)
3dfestival - WebMaster writes:
> What does this Error mean, and waht can I do to make it disappear.... ?
>
> Error Type: cPickle.PicklingError
> Error Value: Cannot pickle <type 'instance method'> objects.
You succeeded to assign an "instance method" to an attribute (or key)
of a persistant object. Unfortunately, the ZODB (more precisely
the underlying "pickle" machinery) can not store instance
methods.
Dieter