>>>>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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )
- [Zope-dev] XMLRPC client and Zope 2.6.0 Gilles Lenfant
- Re: [Zope-dev] XMLRPC client and Zope 2.6.0 Andy McKay
- Re: [Zope-dev] XMLRPC client and Zope 2.6.0 Gilles Lenfant
- Re: [Zope-dev] XMLRPC client and Zope 2.6.0 Dieter Maurer