[Zope] Regarding ZODB

Dieter Maurer dieter at handshake.de
Wed Mar 25 16:34:27 EDT 2009


amol kumbhar wrote at 2009-3-25 10:28 +0530:
>I am trying to execute following code
>
>*import ZODB
>from Persistence import Persistent

For Zope 2.8, the package/module structure has been drastically changed.
What used to be in "Persistence" is now in "persistent".

I.e. you now use "from persistent import Persistent".



-- 
Dieter


More information about the Zope mailing list