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

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 don