just installed plone. I unzip/tarred it and put symlinks in my Products directory to all the CMFPl* folders created by tar. However, there are problems. Here's the traceback printed with zope starts. The error's don't appear critical as zope is still running. I just haven't created in plone objects yet. Any advice? ================================ 2003-03-03T15:41:53 ERROR(200) Zope Could not import Products.ActivePak Traceback (innermost last): File /home/httpd/zoperoot/lib/python/OFS/Application.py, line 541, in import_product File /home/httpd/zoperoot/lib/python/Products/ActivePak/__init__.py, line 2, in ? File /home/httpd/zoperoot/lib/python/Products/CMFPlone/__init__.py, line 3, in ? File /home/httpd/zoperoot/lib/python/Products/CMFPlone/migrations/__init__.py, line 4, in ? File /home/httpd/zoperoot/lib/python/Products/CMFPlone/migrations/rc1_rc2.py, line 4, in ? File /home/httpd/zoperoot/lib/python/Products/CMFPlone/Portal.py, line 14, in ? ImportError: No module named CMFCalendar.Extensions ------ -- David Bear College of Public Programs/ASU Mail Code 0803
David Bear wrote at 2003-3-3 16:04 -0700:
... Traceback (innermost last): ... File /home/httpd/zoperoot/lib/python/Products/CMFPlone/Portal.py, line 14, in ? ImportError: No module named CMFCalendar.Extensions
Probably a missing "__init__.py" in the "Extensions" directory. It can be empty. Dieter
participants (2)
-
David Bear -
Dieter Maurer