[Zope] Py-Toc and zope products

Dieter Maurer dieter at handshake.de
Fri Jun 10 16:22:40 EDT 2005


Ed Colmar wrote at 2005-6-9 11:36 -0700:
> ...
>on init, I get this error:
>
>*UnpickleableError*
> ...
>    * Module ZODB.Connection, line 387, in commit
>      __traceback_info__:
>      (('Products.SystemofControlSite.SystemofControlSite',
>      'SystemofControlSite'), '\x00\x00\x00\x00\x00\x00\xdd1', '')
>
>UnpickleableError: Cannot pickle <type 'file'> objects (Also, an error 
>occurred while attempting to render the standard error message.)

You get this type of Error when you try to store something
in the ZODB which is not picklable (Python's term
for "serializable"). Of course, you can store only
serializable things in the ZODB.


-- 
Dieter


More information about the Zope mailing list