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

Error on import with Python 3.3 #240

Closed
takluyver opened this issue Aug 2, 2012 · 5 comments
Closed

Error on import with Python 3.3 #240

takluyver opened this issue Aug 2, 2012 · 5 comments

Comments

@takluyver
Copy link
Contributor

Importing zmq with Python 3.3 beta 1 gives a ValueError, using the 2.2.0 release on PyPI. However, downloading the 2.2.0 tag from Github and building it with the current version of Cython (0.16) resolves the issue. It would be good to get a working release before 3.3.0 comes out (scheduled for 1st September).

For the full traceback, see https://jenkins.shiningpanda-ci.com/ipython/job/ipython-multi/PLATFORM=debian6,PYTHON=CPython-3.3/161/console

@minrk
Copy link
Member

minrk commented Aug 2, 2012

Must have been a Cython bug. I am planning to do another release this month anyway, to test the pip and gevent stuff in the wild.

@minrk
Copy link
Member

minrk commented Aug 2, 2012

Also, that link doesn't seem to show any error.

@takluyver
Copy link
Contributor Author

Sorry, the log got overwritten by a quirk of Jenkins. Here's an older one which displays the same error:
https://jenkins.shiningpanda-ci.com/ipython/job/ipython-multi/PLATFORM=debian6,PYTHON=CPython-3.3/161/console

@minrk
Copy link
Member

minrk commented Aug 2, 2012

gotcha, thanks. So clearly a Cython bug wrt the import rewrite.

@minrk
Copy link
Member

minrk commented Aug 2, 2012

Closing here, as there are no bugs to be fixed, and this is really just a request for a release, and thus duplicate of #226.

@minrk minrk closed this as completed Aug 2, 2012
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

2 participants