mod_python with xmlrpclib

M

Michael

I'm using Python 2.3.2 on Linux 2.6.2. I'm trying to create an
XML-RPC handler that works with mod_python. I can get mod_python to
show my POST data as I'd expect but it gives a ResponseError when
processing that data with xmlrpclib.loads(). If I just paste that
same data into a python script and again run it through
xmlrpclib.loads() it works correctly. I can't figure out why one
works and not the other and I can't figure out what the proper way
to handle a ResponseError would be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top