[mod_python] mod_python as xml-rpc server

Conrad Steenberg conrad at hep.caltech.edu
Fri Mar 5 09:13:14 EST 2004


Hi Michael

Btw, I've had great success with using py-xmlrpc from
http://sourceforge.net/projects/py-xmlrpc/ which uses a custom XMLRPC
parser instead of a general XML parser and is quite fast.

Cheers

Conrad

On Fri, 2004-03-05 at 05:28, Michael wrote:
> After much fighting to get mod_python working with a xml-rpc handler 
> I've sort of figured out some things that together seemed to help me. To 
> use xmlrpclib with mod_python to create a xml-rpc server it's best to 
> use a 3.x version of mod_python and to install sgmlop because expat 
> doesn't seem to work. Just thought I'd share in case anyone else has 
> similar problems.
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
-- 
Conrad Steenberg <conrad at hep.caltech.edu>



More information about the Mod_python mailing list