Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module is build against old version of pyzmq. #4

Open
Bobalot opened this issue Jan 29, 2014 · 0 comments
Open

module is build against old version of pyzmq. #4

Bobalot opened this issue Jan 29, 2014 · 0 comments

Comments

@Bobalot
Copy link
Contributor

Bobalot commented Jan 29, 2014

I'm trying to build our http gateway, what version of pyzmq do you have? There's some changes in the module layout, meaning i get error messages like.

  File "obelisk/zmq_fallback.py", line 27, in poll
    except zmq.core.error.ZMQError:
exceptions.AttributeError: 'module' object has no attribute 'core'

Ubuntu raring is v2.2.0 http://packages.ubuntu.com/raring/python-zmq,
saucy (13.10) is now 13.1.0 and newest in pip/trusty is 14.0.1

The error module is now in the root of the module, so it's just;
zmq.error.ZMQError

Since we'll probably be shipping with support for 13.10 onwards, this is the version we should target, I'll update the references tomorrow, just a heads up.

In [6]: zmq.__version__
Out[6]: '14.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant