Gilles Lenfant wrote at 2003-1-24 17:24 +0100:
 > ...
 > >>> from xmlrpclib import Server
 > >>> s = Server('http://localhost')
Append "/" to your URL. I.e. use:
       s = Server('http://localhost/')
 > ....
 > again.   Resource:  RPC2\nPOST
The "RC2" not found it an indication that you just specified
the server without a path.


Dieter

_______________________________________________
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 )

Reply via email to