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 _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev