> Hi;
> I had this problem on another server I recently built...and it went away
> all by itself! I'm now rebuilding my home server, and it's cropped up
> again. Last time, Maciej Wisniowski suggested I go to a zopectl prompt
> and type in "import Products.CMFPlone", but apparently that doesn't work
> on Zope 2.7.8/Plone 2.1.4. Here is the traceback.
Go to file "/usr/local/zope/instance1/Products/CMFPlone/CatalogTool.py",
and before line 27: from Products.CMFPlone.utils import base_hasattr
write:

import Products.CMFPlone
print 'HERE:', Products.CMFPlone

and see what is displayed on the console after 'HERE:'

-- 
Maciej Wisniowski
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to