[zeromq-dev] PyZMQ 13.0.0rc1

MinRK benjaminrk at gmail.com
Tue Feb 5 18:34:37 CET 2013


On Tue, Feb 5, 2013 at 8:54 AM, Brian Knox <briank at talksum.com> wrote:

>
> 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?
>

How did you install the RC?

the CFFI backend has a few dependencies:

pip install py ctypes-configure cffi

They should be pulled in if you install with pip/easy_install.  Let me
check if I messed that bit up.

-MinRK


>
> Thanks!
>
> Brian
>
>
> On Mon, Feb 4, 2013 at 8:49 PM, MinRK <benjaminrk at gmail.com> 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
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130205/463c471a/attachment.htm>


More information about the zeromq-dev mailing list