About IronPython, it would help people to get rpyc running properly if we add somewhere in the doc/readme/changelog (I don't know what's best) that they need a zlib module compliant to the standard Python distribution which is not included in IronPython. I tested rpyc with this one: https://bitbucket.org/jdhardy/ironpythonzlib Which require to add this line at the beginning of the script: import clr clr.AddReference("IronPython.Zlib")
(this is very standard for IronPython, it's a way to load Managed code libraries) You may add my last name to the contributors list.
