Hi, has anyone ever used RPC (Sun RPC/ONC RPC) from Python? How did you do it? In my case it has to be done on Windows NT/2k/XP. I searched, but did not find an RPC module. Do I have to make my own module from the rpcgen-generated C code? If so, what is the easiest way? SWIG? Thanks in advance!