[Zope-CMF] Plone not working out of the box.

Romain Slootmaekers romain@zzict.com
Tue, 23 Jul 2002 20:06:19 +0200


Yo,
plone (version 1.0a) does not work out of the box on XP.
We use Zope 2.5.1b1 and CMF1.3beta1 as installbase and got the following 
error:
Traceback (innermost last):
   File C:\...\lib\python\OFS\Application.py, line 531, in import_product
   File C:\...\lib\python\Products\CMFPlone\__init__.py, line 7, in ?
   File C:\...\lib\python\Products\CMFPlone\Portal.py, line 10, in ?
     (Object: FactoryTypeInformation)
ImportError: No module named Extensions

the problem is that the CMFCalendar/Extensions directory does not 
contain a __init__.py file.

The fix is easy :just drop an empty __init__.py file there and you'll be 
fine.

I thought I'd let you guyz know.

have fun,

Sloot.