6 Dec
2003
6 Dec
'03
6:49 p.m.
Marcel Maré wrote at 2003-12-5 22:02 +0100:
I have installed a new Zope 2.7.b3 and put the CMF products in the zope-instance/Products folder. Zope then fails to start with this error: ... File "C:\devel\python\Zope-instance\Products\CMFCalendar\CalendarTool.py", line 18, in ? import calendar File "C:\devel\python\Zope-2.7.0-b3\bin\Lib\calendar.py", line 8, in ? import datetime ImportError: No module named datetime
This tool wants Python 2.3: "datetime" comes with Python 2.3. -- Dieter