Martijn Faassen wrote: ...
Then this and the __component_adapts__ hack should be enough to make it work (still an unpleasant hack, that).
Huh? Use adapter. class FactoryFactory: def __init__(self): # initialize a new factory ... implementer(self, someinterfacethatmyinstancesimplement) zope.component.adapter(theinterfacemyinstancesadapt) Jim -- Jim Fulton mailto:[EMAIL PROTECTED] Python Powered! CTO (540) 361-1714 http://www.python.org Zope Corporation http://www.zope.com http://www.zope.org _______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com