[Zope-dev] Importing Custom Python Classes (fwd)

2004-02-19 Thread D. Bickle
How do you import your own python class modules into Zope? Here is what I've done: In lib/python/Products I created a directory called MyScriptModules which contains the following: First I import the required Modules: from Product.PythonScripts.Utility import allow_module, all

[Zope-dev] Persistence Module Confustion (fwd)

2004-02-11 Thread D. Bickle
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 Persiste