Re: [Zope] XML-RPC error

2000-07-09 Thread Itamar Shtull-Trauring
Sin Hang Kin wrote: > After failing to use wxLoadSite, which report > > wxloadsite.py, line 164, in onPressCopy > AttributeError: host I'm aware of this error, but due to lack of time haven't had time to investigate. Perhaps try typing the host as "http://zope:8080/" instead of "http://zope:80

[Zope] XML-RPC error

2000-07-09 Thread Sin Hang Kin
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