Re: XMLRPC - C Client / Python Server

2008-10-01 Thread Chris Rebert
On Wed, Oct 1, 2008 at 1:05 AM, <[EMAIL PROTECTED]> wrote: > On 30 Sep, 21:58, Michael Torrie <[EMAIL PROTECTED]> wrote: >> [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 >>

Re: XMLRPC - C Client / Python Server

2008-10-01 Thread care02
On 30 Sep, 21:58, Michael Torrie <[EMAIL PROTECTED]> wrote: > [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. > > Which do you ne

Re: XMLRPC - C Client / Python Server

2008-09-30 Thread Michael Torrie
[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. Which do you need, C or C++? They are two different languages with different possibil

Re: XMLRPC - C Client / Python Server

2008-09-30 Thread Chris Rebert
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 f

XMLRPC - C Client / Python Server

2008-09-30 Thread care02
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. Yours, Carl -- http://mail.python.org/mailman/listinfo/python-list