12 Feb
2004
12 Feb
'04
8:32 p.m.
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