[IPython-dev] cythonmagic mysteriously broken (EPD 7.1-2)

David Warde-Farley d.warde.farley at gmail.com
Thu Nov 22 15:14:05 EST 2012


Using epd-7.1-2 at my workplace, IPython master, and Cython 0.17.2
installed in ~/.local, I get the following using the Cython cell magic:

%%cython

cdef int i():

    return 0

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/opt/lisa/os/epd-7.1.2/lib/python2.7/threading.py", line 552, in
__bootstrap_inner
    self.run()
  File "/u/wardefar/src/ipython/IPython/zmq/heartbeat.py", line 55, in run
    zmq.device(zmq.FORWARDER, self.socket, self.socket)
  File "device.pyx", line 55, in zmq.core.device.device
(zmq/core/device.c:851)
ZMQError: Interrupted system call


Then the kernel dies. Any idea what's going on?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20121122/a6669eb4/attachment.html>


More information about the IPython-dev mailing list