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 _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )