[Zope-dev] XMLRPC client and Zope 2.6.0
Gilles Lenfant
gilles@pilotsystems.net
Fri, 24 Jan 2003 20:16:26 +0100
----- 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 !