[KLUG Members] Re: Python script dies at xmlrpclib.Server

Adam Tauno Williams adam at morrison-ind.com
Thu Mar 10 12:02:16 EST 2005


> Did you ever solve this?
> It looks like the interface was changed.  The valid parameters as of
> version 1.0.1 are:
> uri, transport=None, encoding=None, verbose=0, allow_none=0

Yes, I worked around it by getting an older version of the xmlrpclib
module.

It still, works but on SuSe it spits out this angry message -

awilliam at laptop01:~> ./delPerson.py 245550
/usr/lib/python2.3/xmllib.py:9: DeprecationWarning: The xmllib module is
obsolete.  Use xml.sax instead.
  warnings.warn("The xmllib module is obsolete.  Use xml.sax instead.",
DeprecationWarning)

- Okay, that is nice.

Where the (*&$(*@))(@#$ is any information on how to make a XML-RPC call
using sax instead of xmlrpclib?  I've googled till I just can't google
no more, and can't find a single instance/example of someone making a
XML-RPC call with anything other than xmlrpclib?  And since "sax" is a
general XML term searching on that is basically futile.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.kalamazoolinux.org/pipermail/members/attachments/20050310/7412041b/attachment.bin


More information about the Members mailing list