From: Michel P. <mi...@di...> - 2002-03-22 16:13:19
|
> I'd be grateful for any advice on this as I have not done this sort of > thing before. Alternatively if anyone knows of a good python gnutella > library (like Jtella), that would be an alternative solution. I have a CPython system (Zope) talking to a Jython system via xml-rpc. xmlrpcserver.py can be found at: http://www.pythonware.com/products/xmlrpc/index.htm it works fine in jython. Note, xml-rpc will only give you simple data pasing, numbers, strings, lists, "structs" etc. -Michel |