Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490182 - =dev-python/pyzmq-2.2.0.1-r1 stabilization request
Summary: =dev-python/pyzmq-2.2.0.1-r1 stabilization request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-02 19:53 UTC by Fabio Rossi
Modified: 2014-02-15 20:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Rossi 2013-11-02 19:53:56 UTC
In Portage the stable version of zeromq is 3.2.3. In according to https://github.com/zeromq/pyzmq/blob/master/README.md the PyZMQ release that fully supports the 3.x API of zeromq is >=2.2.0

Otherwise errors like this

Traceback (most recent call last):
  File "/usr/lib64/python3.2/site-packages/IPython/zmq/ipkernel.py", line 134, in do_one_iteration
    ident,msg = self.session.recv(self.shell_socket, zmq.NOBLOCK)
  File "/usr/lib64/python3.2/site-packages/IPython/zmq/session.py", line 632, in recv
    msg_list = socket.recv_multipart(mode)
  File "socket.pyx", line 729, in zmq.core.socket.Socket.recv_multipart (zmq/core/socket.c:6579)
  File "socket.pyx", line 367, in zmq.core.socket.Socket.getsockopt (zmq/core/socket.c:3729)
zmq.core.error.ZMQError: Invalid argument

will appear (in this case using ipython-qtconsole)
Comment 1 Pacho Ramos gentoo-dev 2014-02-15 20:20:45 UTC
Newer version went to stable already