Min - I've got it installed now under both python 2 and pypy.  The only
issue I'm having is some test code I wrote is not working under pypy,
saying I'm missing the "py" module (which the pyzmq changelog does say is
required).  I'm not that familiar with pypy at this point .. and googling
for "pypy py" is a bit of a nightmare (hah).  Is "py" something that should
have built when I built pypy, or is it an external module I need to get
from somewhere?

Thanks!

Brian


On Mon, Feb 4, 2013 at 8:49 PM, MinRK <[email protected]> wrote:

> I've cut an RC for the next release of pyzmq.
>
> I'll be putting RCs up here:
> https://www.dropbox.com/sh/nsww1t3adru9p3o/JvkcvlOcxA
>
> or you can grab and test this one, with:
>
> pip install
> https://dl.dropbox.com/sh/nsww1t3adru9p3o/7PY0WgxESA/pyzmq-13.0.0-rc1.tar.gz
>
> Highlights:
>
> - PyPy support (via cffi)
> - some build changes that should make it a little more sane (fixes issues
> on HP-UX, and cross-compiling to Android)
> - Updates to zeromq-3.2 support (adds proxy, Context and Frame get/set,
> disconnect, bind, etc.).
> - bundled libzmq will be 3.2.2 (when installed from bdist or libzmq is not
> found at build time)
>
> Change notes: http://zeromq.github.com/pyzmq/changelog.html
>
> Please do let me know if you have any build issues, because that part of
> the code is far from awesome.
>
> -MinRK
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to