I am trying to import the MailHost module that has dependencies with the Persistence package. The interpreter complains that it cannot load the Persistence modules and when I examine the package there is no content or modules. How can I fix my code to resolve these dependencies? Have the Persistence modules been deprecated? Thanks,
D. Bickle wrote at 2004-2-11 11:16 -0800:
I am trying to import the MailHost module that has dependencies with the Persistence package. The interpreter complains that it cannot load the Persistence modules and when I examine the package there is no content or modules.
How can I fix my code to resolve these dependencies?
The "Persistence" module is "filled" by an import of "ZODB". The documentation string in its "__init__.py" explains why this is so. -- Dieter
participants (2)
-
D. Bickle -
Dieter Maurer