On Tue, Sep 30, 2008 at 8:05 AM, <[EMAIL PROTECTED]> 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 > -- http://mail.python.org/mailman/listinfo/python-list