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