Re: XMLRPC - C Client / Python Server



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

.



Relevant Pages

  • Re: Embedding/Extending Python in/with C++: non-static members?
    ... I've obviously spent too much time with dynamic languages. ... So to get a python interpreter instance to communicate with pre- ... In a python file, set up wrapper functions that the python user ... Each wrapper function takes the same number of args as the C/C++ ...
    (comp.lang.python)
  • Re: Python vs C for a mail server
    ... If your friend is proficient in C/C++ then learning Python should not ... it correctly with a nice software design, ... high-level design nor RFC support. ...
    (comp.lang.python)
  • Re: What are new-style classes?
    ... I checked the Python ... The simplest is "object", so the simplest newstyle class is: ... details such as the order of multiple inheritence, ... Terry Hancock ...
    (comp.lang.python)
  • Question about: GUI Builder for Tkinter and call to C/C++ code
    ... I normally programm in C/C++ and Java. ... I discover python. ... I have seen that for wxpython there is gui builders but ...
    (comp.lang.python)
  • Re: Replace Whole Object Through Object Method
    ... but that doesn't exclude that some patterns are also ... useful in Python. ... The State pattern's simplest ... ;-) Software shouldn't be tricky (or only as tricky as ...
    (comp.lang.python)