Or recommend the 2.7.x release which now has it built in. 

On 23 Mar 2011, at 13: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.

Reply via email to