Hi, After failing to use wxLoadSite, which report wxloadsite.py, line 164, in onPressCopy AttributeError: host I try to test it by hand, I start up python and >>> zs = xmlrpclib.Server('http://localhost:8080',username='kentsin',password='passwo rd') >>> t = zs.objectIds() Traceback (innermost last): File "<stdin>", line 1, in ? File "wxLoadSite\xmlrpclib.py", line 550, in __call__ return self.__send(self.__name, args) File "wxLoadSite\xmlrpclib.py", line 644, in __request request File "wxLoadSite\xmlrpclib.py", line 596, in request headers wxLoadSite.xmlrpclib.ProtocolError: <ProtocolError for localhost:8080/RPC2: 500 Internal Server Error> I am using Win32 zope 2.2b1 on the same win98. The xmlrpc client is using the same python with the binary zope. (I have the zope1.5.2 install in same box). Can anyone help me with these? Moreover, it seems that it is not using the BasicAuthTransport which is mentationed in articles in xml.com, are there some changes in the xmlrpc code? Rgs, Kent Sin --------------------------------- kentsin.weblogs.com kentsin.imeme.net _______________________________________________ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )