Christian Schaffer wrote at 2007-8-10 16:15 +0200:
... ------ 2007-08-10T15:05:06 DEBUG ZODB.ExportImport broken reference for oid '\x00\x00\x00\x00\x00\x00\x00\x06' Traceback (most recent call last): File "/ra1/roteliste_2007-08/lib/python/ZODB/ExportImport.py", line 45, in exportFile p, serial = load(oid, self._version) File "C:\Programme\RoteListeIN\Products\RoteListeIN\CdromStorage\CdromStorage.py", line 673, in load TypeError: exceptions must be classes, instances, or strings (deprecated), not NoneType
The traceback tells you that there is a bad exception use in ".../CdromStorage.py" line 673. "CdromStorage" does not belong to the Zope core -- and I do not know anything about it. Check the code and find out what goes wrong near line 673. -- Dieter