7 Dec
2003
7 Dec
'03
5:49 p.m.
Tobias Herp wrote at 2003-12-7 15:52 +0100:
Dieter Maurer schrieb: ...
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?
Apparently, something is wrong as seen by this transscript: linux: python2.3 Python 2.3.2 (#1, Dec 6 2003, 09:35:04) [GCC 3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import datetime
I cannot tell you what precisely is wrong. But "python2.3" should have a "datetime" module and should be able to import it. -- Dieter