I just uninstalled *both* Zope and Python, then downloaded and installed Zope 2.9.6 (rather than 2.8.8, since I just heard that my server is upgrading). Trying to run this yielded the attached error, which at least is a bit different from the previous one. In case you can't read the attachment, the last couple of lines say: File "C:Zope\2.9.6\Zope\lib\python\AccessControl\Implementation.py", line 51, in setImplementation From AccessControl ImplC as impl File "C:Zope\2.9.6\Zope\lib\python\AccessControl\ImplC.py", line 30, in ? From ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy ImportError: Non module named ImplPython I then tried downloading and (re-)installing Python. This didn't change the above result at all. ~ Ken
-----Original Message----- From: Jonathan [mailto:dev101@magma.ca] Sent: Friday, January 19, 2007 9:59 AM To: Ken Winter; 'Zope List' Subject: Re: [Zope] FW: Problem Starting Zope after Installation ...
I just checked an older version of python (2.3.4) on my linux server and the 'from datetime import datetime' command worked just fine, so your 2.3.5 version should have 'datetime'. All i can think of is that your python installation is pooched. Can you 'uninstall' python, and then download/re-install a fresh version?
Jonathan