[Zope] Cannot Import Base has_attr

Maciej Wisniowski maciej.wisniowski at coig.katowice.pl
Tue Mar 27 09:22:35 EDT 2007


> 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


More information about the Zope mailing list