10 Jun
2005
10 Jun
'05
8:22 p.m.
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