[ZODB-Dev] ZoDB dependent on zope.interface

Torgil Svensson torgil.svensson at gmail.com
Thu Jul 12 04:02:27 EDT 2007


Hi

I'm using ZoDB standalone without Zope. Using the latest released ZoDB
on Python2.5 for win32 ( ZODB3-3.8.0b2.win32-py2.5.exe ) gives me the
following traceback when importing ZODB:

    import ZODB
  File "C:\Python25\Lib\site-packages\ZODB\__init__.py", line 31, in <module>
    from DB import DB
  File "C:\Python25\Lib\site-packages\ZODB\DB.py", line 27, in <module>
    from ZODB.Connection import Connection
  File "C:\Python25\Lib\site-packages\ZODB\Connection.py", line 30, in <module>
    from persistent.interfaces import IPersistentDataManager
  File "C:\Python25\Lib\site-packages\persistent\interfaces.py", line
19, in <module>
    from zope.interface import Interface
ImportError: No module named zope.interface


Is it intended for ZoDB to not be stand-alone in the future?
Which version of zope is required to satisfy the dependency?

Best Regards,

//Torgil


More information about the ZODB-Dev mailing list