Jonathan ~ I tried your suggestion and got basically the same error (see attached screen shot). What does that imply about what to do next? ~ Thanks again ~ Ken
-----Original Message----- From: Jonathan [mailto:dev101@magma.ca] Sent: Friday, January 19, 2007 9:22 AM To: Ken Winter; 'Zope List' Subject: Re: [Zope] FW: Problem Starting Zope after Installation ...
I know exactly zip about zope on windows (i'm a linux user), but it looks like the zope installer is not finding python on your system ('datetime' is a python module; 'DateTime.py' is a Zope module).
You can test your python installation by running python (the version specified by the .bat file: C:\Program Files\Zope-2.8.8-final\bin\python.exe), and then at the python prompt type: from datetime import datetime and see what happens.
good luck!
Jonathan