I have installed Zope 2.6 in a Windows 2000 environment and the Zope service will not work. In the event log I get the following error: The instance's SvcRun() method failed File "C:\INETPUB\wwwroot\TESTZOPE\bin\lib\win32\lib\win32serviceutil.py", line 601, in SvcRun self.SvcDoRun() File "C:\INETPUB\wwwroot\TESTZOPE\ZServer\ZService.py", line 181, in SvcDoRun self.start_zserver() File "C:\INETPUB\wwwroot\TESTZOPE\ZServer\ZService.py", line 203, in start_zserver None, None, 0, 0, None, None, win32process.STARTUPINFO()) pywintypes.api_error: (3, 'CreateProcess', 'The system cannot find the path specified.') Is there some sort of path setting that is not being set during the install? Alternatively, I could try to use IIS or Apache webserver but the administration guide does not seem to be available yet to tell me how to do so. Any ideas would be greatly appreciated.