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
_______________________________________________
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 )

Reply via email to