RPC client class?

2006-03-02 Thread Dick Watson
We have a legacy device that exposes an RPC server. We have an RPCL 
defininition of its interface. We want to develop an RPC client of this 
interface in Python that will be usable in both Win32 and open systems 
environments.

I can find some *very* dated references to a demo/rpc.py, but I can't find 
such a file on my Win Python install. There is an rpc.py in idle, but it 
doesn't seem to be a general purpose implementation. (I can find **lots** of 
references to xmlrpc.py, but the server predates all of this neato XML 
stuff. I also found the "Stackless" rpc.py; it wants to modify base Python. 
I'd rather not diverge from the stock Python.)

Is there a Python module suitable for RPC client creation? Where? Why is 
this not a standard class? Are we nuts to pursue this course? 


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: RPC client class?

2006-03-03 Thread Dick Watson
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> if the RPC you're talking about is Sun RPC, the whole concept is pretty
> dated (the original RFCs are from the late eighties).

Just because it's dated doesn't meant it isn't still something that 
occasionally needs done. Thanks for the advice! 


-- 
http://mail.python.org/mailman/listinfo/python-list