XMLRPC - C Client / Python Server

Chris Rebert clp at rebertia.com
Tue Sep 30 12:30:44 EDT 2008


On Tue, Sep 30, 2008 at 8:05 AM,  <care02 at gmail.com> wrote:
> I have implemented a simple Python XMLRPC server and need to call it
> from a C/C++ client. What is the simplest way to do this? I need to
> pass numerical arrays from C/C++ to Python.

If you just googled for "xmlrpc c", you would've found
http://xmlrpc-c.sourceforge.net/ , which appears to be the best (and
possibly only) option for this.
Also, this isn't really Python-related if you think about it.

Regards,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com

>
> Yours, Carl
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list