[Zope-CMF] Problems upgrading to CMF 1.3 beta on 2.4.3

Heimo Laukkanen huima@fountainpark.org
Mon, 08 Apr 2002 01:06:19 +0300


Hi,

I have a personal box running 2.4.3 of Zope and CMF 1.2. When I tried to 
upgrade - somehow all the CMF products seemed to stop working, and I was 
unable to use the CMF.

I just installed a also binary version 2.5-0-zope and everything seems 
to work with that.

I got followinf tracebacks from CMFWiki and CMFCalendar. I checked the 
Products-folder that everything was owned by zope-user and user rigths 
seemed ok. Just do not get it.

CMFWiki traceback:

Traceback (most recent call last):
   File "/usr/share/zope/lib/python/OFS/Application.py", line 563, in 
import_product
     product=__import__(pname, global_dict, global_dict, silly)
   File "/var/zope/Products/CMFWiki/__init__.py", line 1, in ?
     import CMFWikiPage
   File "/var/zope/Products/CMFWiki/CMFWikiPage.py", line 38, in ?
     from Products import CMFDefault
ImportError: cannot import name CMFDefault


CMFCalendar:

Traceback (most recent call last):
   File "/usr/share/zope/lib/python/OFS/Application.py", line 563, in 
import_product
     product=__import__(pname, global_dict, global_dict, silly)
   File "/var/zope/Products/CMFCalendar/__init__.py", line 13, in ?
     from Products.CMFDefault import Portal
ImportError: cannot import name Portal


-huima