Re: XMLRPC - C Client / Python Server
- From: "Chris Rebert" <clp@xxxxxxxxxxxx>
- Date: Tue, 30 Sep 2008 09:30:44 -0700
On Tue, Sep 30, 2008 at 8:05 AM, <care02@xxxxxxxxx> 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
- References:
- XMLRPC - C Client / Python Server
- From: care02
- XMLRPC - C Client / Python Server
- Prev by Date: Re: how to find out the version of a certain installed package
- Next by Date: Re: Python arrays and sting formatting options
- Previous by thread: XMLRPC - C Client / Python Server
- Next by thread: Re: XMLRPC - C Client / Python Server
- Index(es):
Relevant Pages
|