[Zope] Unable to instantiate ZClass

Dieter Maurer dieter@handshake.de
Thu, 25 Jan 2001 20:34:47 +0100 (CET)


=?iso-8859-1?q?=C5smund=20Hjulstad?= writes:
 > ....
 > > Error Type: AttributeError
 > >                    Error Value: _setId
It appears that you ZClass does not include the "standard Python persistent
classes".
They are required to instantiate the class in the ZODB.
You omit it only, when you want your class instances be used
for other purposes, e.g. pluggable brains (--> Z SQL methods).


Dieter