[Zope-dev] Can't start Zope (Python 2.0 , BSDI 4.0 , Zope 2.3.0b3) => ImportError: cannot import name DateTime

Emmanuel DISCORS webmaster@advl.org
Tue, 6 Feb 2001 16:41:42 +0100


Hi all,
Having this Traceback with Zope 2.3.0 & 2.3.0b3
Can I do something to start the server ?
Thanks.

Emmanuel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D
bash-2.02$ ./start
Traceback (most recent call last):
  File "/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.3.0-src/z2.p=
y", line 565, in ?
    exec "import "+MODULE in {}
  File "<string>", line 1, in ?
  File "/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.3.0-src/lib/=
python/Zope/__init__.py", line 95, in ?
    import Globals, OFS.Application, sys
  File "/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.3.0-src/lib/=
python/Globals.py", line 90, in ?
    import Acquisition, ComputedAttribute, App.PersistentExtra, os
  File "/usr/local/apache/htdocs/commercial/advl/zope/Zope-2.3.0-src/lib/=
python/App/PersistentExtra.py", line 89, in ?
    from DateTime import DateTime
ImportError: cannot import name DateTime
bash-2.02$=20