PythonCOM - xmlRPC

Fredrik Lundh fredrik at pythonware.com
Wed Oct 13 09:53:10 EDT 1999


k_mcdermott at my-deja.com wrote:
> 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...

any reason why you cannot just use Python's
own xml-rpc implementation instead?

    http://www.pythonware.com/products/xmlrpc/

</F>

coming soon:
http://www.pythonware.com/people/fredrik/librarybook.htm





More information about the Python-list mailing list