i added it to the "support packages" in http://rpyc.wikidot.com/download
<http://rpyc.wikidot.com/download>-tomer An NCO and a Gentleman On Wed, Mar 23, 2011 at 15:24, delattj <[email protected]> wrote: > 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.
