[Zope-CMF] [dev] Topic changes: problems with revision 38002

Dieter Maurer dieter at handshake.de
Thu Sep 22 13:42:44 EDT 2005


yuppie wrote at 2005-9-21 18:10 +0200:
> ...
>   File "Products/CMFDefault/Portal.py", line 26, in ?
>     from Products.CMFTopic import Topic
>ImportError: cannot import name Topic

In a similar situation (with Archetypes) something like

   import Products.CMFTopic.Topic; Topic = Products.CMFTopic.Topic

worked around the problem.

-- 
Dieter


More information about the Zope-CMF mailing list