10 Dec
1998
10 Dec
'98
2:09 p.m.
I downloaded the Zope source and David Ascher's win32 pyds. After installing Python refuses to load cDocumentTemplate (DLL seems no good - no further error reports except that it does not work - I'll wait for the binary release). Starting up 'serve.py' reveals a bug DT_Util where the exeption to load from cDocumentTemplate is caught and imported from pDocumentTemplate. After adding an empty cDocument class to DT_Util I was able to start up the server and connect. Rik Hoekstra