24 Jan
2003
24 Jan
'03
7:16 p.m.
----- Original Message ----- From: "Andy McKay" <andy@agmweb.ca> To: "Gilles Lenfant" <gilles@pilotsystems.net> Cc: <zope-dev@zope.org> Sent: Friday, January 24, 2003 6:20 PM Subject: Re: [Zope-dev] XMLRPC client and Zope 2.6.0
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.
Ooops ! Many thanks Andy !