[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread Stefan H. Holek
Hi Yuppie, This appears to cause an import loop, i.e. PageTemplateFile - ZTUtils - ZCatalog - Five - PageTemplateFile ... Cheers, Stefan File /Users/stefan/autotest/temp/python23-zope28-cmf15-plone21- at13/Products/PortalTransforms/TransformEngine.py, line 16, in ? from

[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread yuppie
Stefan H. Holek wrote: This appears to cause an import loop, i.e. PageTemplateFile - ZTUtils - ZCatalog - Five - PageTemplateFile ... Oops! Sorry. I partially reverted r30994. Please let me know if there are still problems. Cheers, Yuppie ___

Re: [Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread Stefan H. Holek
Yep, still problems, sorry ;-) Seems like PluginIndexes/interfaces.py should not import Five. How about getting interfaces from zope.interface? File /Users/stefan/autotest/temp/python23-zope28/lib/python/ Products/PluginIndexes/__init__.py, line 18, in ? import PathIndex.PathIndex

[Zope-Coders] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes

2005-07-05 Thread yuppie
Stefan H. Holek wrote: Yep, still problems, sorry ;-) Seems like PluginIndexes/interfaces.py should not import Five. How about getting interfaces from zope.interface? Well. My goal was to use the bridging code from Five to avoid redundant interface definitions. My approach obviously didn't