Minor Cython tweaks for rc3: pip install https://dl.dropbox.com/sh/nsww1t3adru9p3o/OD_MslRnkB/pyzmq-13.0.0-rc3.tar.gz
All RCs here: https://www.dropbox.com/sh/nsww1t3adru9p3o/JvkcvlOcxA I expect this to be the last one before 13.0 release this week, unless I hear about issues. -MinRK On Sat, Feb 9, 2013 at 1:28 PM, MinRK <[email protected]> wrote: > Some more build fixes for RC2: > > pip install > https://dl.dropbox.com/sh/nsww1t3adru9p3o/E1p1gyK8eG/pyzmq-13.0.0-rc2.tar.gz > > All RCs here: https://www.dropbox.com/sh/nsww1t3adru9p3o/JvkcvlOcxA > > -MinRK > > > On Tue, Feb 5, 2013 at 1:01 PM, Brian Knox <[email protected]> wrote: > >> That did the trick! >> >> >> On Tue, Feb 5, 2013 at 4:00 PM, Brian Knox <[email protected]> wrote: >> >>> Excellent ,will give it a shot when I get a few moments. Thanks Min! >>> >>> Brian >>> >>> >>> On Tue, Feb 5, 2013 at 1:25 PM, MinRK <[email protected]> wrote: >>> >>>> >>>> >>>> On Tue, Feb 5, 2013 at 9:56 AM, Brian Knox <[email protected]> wrote: >>>> >>>>> Min - I did not use pip, I tried installing by "hand" via pypy >>>>> setup.py install - but I'll go back and try reinstalling the deps with pip >>>>> - if I still have an issue I'll send more feedback, thanks! >>>>> >>>> >>>> Gotcha, 'by hand' doesn't invoke setuptools, so dependencies are >>>> ignored. That's to be expected. `python setupegg.py install` will run >>>> setup with setuptools, invoking the dependency stuff. >>>> >>>> >>>>> >>>>> >>>>> Brian >>>>> >>>>> >>>>> On Tue, Feb 5, 2013 at 12:34 PM, MinRK <[email protected]> wrote: >>>>> >>>>>> >>>>>> >>>>>> On Tue, Feb 5, 2013 at 8:54 AM, Brian Knox <[email protected]>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 <[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 >>>>>>> >>>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> 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 >> >> >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
