[Zope-CMF] UnpickleableError

Ken Manheimer klm@digicool.com
Thu, 24 May 2001 15:10:27 -0400 (EDT)


On Thu, 24 May 2001, seb bacon wrote:

> What kind of thing causes UnpickleableErrors?  Why would Files fail
> and Images work?  Why would Files fail through WebDAV and succeed TTW?
> I know these are very vague questions but any pointers at all would be
> useful at this point....

Maybe it's a problem trying to pickle an acquisition-wrapped object?  You
might try applying aq_base() to the suspect object, or subobjects, before
pickling happens...

Ken
klm@digicool.com