Hi, I tried it and I got the errors bellow. It looks like D:\zope is hard-coded but I could not find out where. Also, xmlrpclib seems to be missing. Any help appreciated. Fernando (python/zope newbie) z2.py:385: UserWarning: You are running Python version 2.2.2. This Python version has not yet been tested with Zope and you may experience perational problems as a result. Consider using Python 2.1.3 instead. warnings.warn(err) Traceback (most recent call last): File "z2.py", line 529, in ? import ZServer File "D:/Zope/ZServer/__init__.py", line 86, in ? File "D:/Zope/ZServer/HTTPServer.py", line 43, in ? File "D:/Zope/ZServer/PubCore/__init__.py", line 14, in ? File "D:/Zope/ZServer/PubCore/ZRendezvous.py", line 15, in ? File "D:/Zope/ZServer/PubCore/ZServerPublisher.py", line 13, in ? File "D:/Zope/lib/python/ZPublisher/__init__.py", line 23, in ? File "D:/Zope/lib/python/ZPublisher/Publish.py", line 20, in ? File "D:/Zope/lib/python/ZPublisher/Request.py", line 13, in ? File "D:/Zope/lib/python/ZPublisher/HTTPRequest.py", line 18, in ? File "D:/Zope/lib/python/ZPublisher/BaseRequest.py", line 16, in ? File "E:/zope/lib/python/ZPublisher/xmlrpc.py", line 25, in ? import xmlrpclib ImportError: No module named xmlrpclib