[EMAIL PROTECTED] wrote:
I have read somewhere that possibly I can use module variables for this purpose. Is it the 'right' way?
If the object is a singleton, then a module-level global would be a good work-around.
If not, perhaps a (module-level) registry of COM objects with which you can look up your needed COM object, creating it if necessary.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
