Hi There, I get this error messege when trying to start my Zope3X instance (Win2k sp4 ; using windows installer): Traceback (most recent call last): File "runzope", line 42, in ? run() File "runzope", line 38, in run main(["-C", CONFIG_FILE] + sys.argv[1:]) File "C:\Python23\Lib\site-packages\zope\app\server\main.py", line 53, in main setup(args) File "C:\Python23\Lib\site-packages\zope\app\server\main.py", line 84, in setup options.eventlog() File "C:\Python23\Lib\site-packages\ZConfig\components\logger\factory.py", line 32, in __call__ self.instance = self.create() File "C:\Python23\Lib\site-packages\ZConfig\components\logger\logger.py", line 42, in create handler = handler_factory() File "C:\Python23\Lib\site-packages\ZConfig\components\logger\factory.py", line 32, in __call__ self.instance = self.create() File "C:\Python23\Lib\site-packages\ZConfig\components\logger\handlers.py", line 69, in create logger = self.create_loghandler() File "C:\Python23\Lib\site-packages\ZConfig\components\logger\handlers.py", line 87, in create_loghandler handler = loghandler.FileHandler(path) File "C:\Python23\Lib\site-packages\ZConfig\components\logger\loghandler.py", line 34, in __init__ StreamHandler.__init__(self, open(filename, mode)) IOError: [Errno 2] No such file or directory: 'C:\\ZI3\\bin\\<<INSTANCE_HOME>>\\log\\z3.log' thanks in advance, Kamyar Navidan