[Zope-CMF] Re: [Zope] plone newbie q / plone install error
Dieter Maurer
dieter@handshake.de
Mon, 19 Aug 2002 21:52:08 +0200
simon litwan writes:
> it's ok to ask about plone on this list.
"Zope-CMF@zope.org" is better. I moved my response thereto.
There may be a special plone mailing list, too. See at Plone's homepage.
> i got a brocken product if i tried to install plone.
> i allready installed cmf 1.3
> ...
> from Products.CMFCalendar.Extensions import Install as
> CalendarInstall
> ImportError: No module named Extensions
The "Extensions" folder must contain an "__init__.py". Apparently,
this is not the case in your CMF.
Create an empty "__init__.py" in the folder.
Dieter