[Zope-dev] XMLRPC client and Zope 2.6.0

Andy McKay andy@agmweb.ca
Fri, 24 Jan 2003 09:20:12 -0800


 >>>>s = Server('http://localhost')

try:

 >>>s = Server('http://localhost/')

And read the xmlrpclib.py docs where it automatically appends RPC2 if 
the url doesnt end in a slash.
-- 
   Andy McKay