PythonCOM - xmlRPC

k_mcdermott at my-deja.com k_mcdermott at my-deja.com
Wed Oct 13 09:23:05 EDT 1999


I have been trying to get the xmlRPC COM client to work in Python.

I keep getting a Unable to create ActiveX component returned from the
xmlRPC object that I create.

I know very little about how the PythonCOM works, so if anybody has any
suggestions...

I am creating my object alright with:

xmlrpcServer = xmlRPC.XMLRPCclient()

and when I try to then run a query with
paramArr = [50]
retval = xmlrpcServer.xmlRPC("http://betty.userland.com", "", "", "",
"getStateName", paramArr)

I get the above error.

You can get the bits for the xmlRPC COM client from:
http://www.deltabiz.com/xmlrpc/default.asp

Kevin


Sent via Deja.com http://www.deja.com/
Before you buy.




More information about the Python-list mailing list