[IPython-dev] IPython Notebook on PyPy

MinRK benjaminrk at gmail.com
Sat Feb 2 20:29:04 EST 2013


I refactored pyzmq a bit this month, so that the low-level Cython code
exposing libzmq is a 'backend',
while all the fun Pythony extras live in pure Python subclasses.
This made way for Felipe Cruz contributing a CFFI backend with minimal code
duplication.
I just merged his PR, with the result that the IPython Notebook now works
just fine on PyPy.

Requires:

- PyZMQ master (a release should come later this month)
- cffi, py, ctypes-configure (pip will grab them as dependencies)
- libzmq 3.2 (PyZMQ's building libzmq as an extension is not yet supported
on PyPy)

-MinRK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130202/884b3773/attachment.html>


More information about the IPython-dev mailing list