Romain Slootmaekers wrote: > Yo dudes, > I have problems with dependencies on Zope 2.4.3: > > If I try to import OFS.SimpleItem directly, I get following problem. > (snip) > ImportError: cannot import name Persistent > If you do 'import Zope' first, you don't have this problem. > > But I can't do that because I use my SimpleItem in a process other than > the zope server. and then I get problems with the lock on the Zope > database. I just want to construct a SimpleItem, and store it somewhere > else than the database that the zope server uses....
It usually works to import ZODB instead. Shane _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )