7 Dec
2003
7 Dec
'03
2:52 p.m.
Dieter Maurer schrieb:
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.
Same problem with CMF 1.3.1 (for Plone) & Zope 2.7.0b3 on WinXP. The Python version shipping with this is 2.3.2; is it incomplete? Tobias