confused on python rpc with apache, is it possible?
fumanchu
fumanchu at amor.org
Sat Jan 20 15:58:54 EST 2007
krishnakant Mane wrote:
> can I do xml-rpc using the default libraries that come with every
> python installer?
You can, but others have packaged them up to make it easier. CherryPy
includes an xmlrpc tool (and has no dependencies other than standard
Python).
You can see an example of what your code would look like in the
"setup_server" portion of
http://www.cherrypy.org/browser/trunk/cherrypy/test/test_xmlrpc.py
Further resources on using CherryPy's xml-rpc are just a Google away.
Note that some of these may use different syntax as they target
different versions of CherryPy (but the basics are the same).
http://www.google.com/search?q=cherrypy+xmlrpc
Robert Brewer
System Architect
Amor Ministries
fumanchu at amor.org
More information about the Python-list
mailing list