Skip to content

Python 3.4.0 not compliant #152

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

Closed
foxmask opened this issue Mar 18, 2014 · 2 comments
Closed

Python 3.4.0 not compliant #152

foxmask opened this issue Mar 18, 2014 · 2 comments

Comments

@foxmask
Copy link

foxmask commented Mar 18, 2014

When I tried to install it this morning I got this https://gist.github.com/foxmask/9615884

@foxmask
Copy link
Author

foxmask commented Mar 18, 2014

Line 18 of the setup ; you just need to replace it by

 print ("unable to find version in %s") % (VERSIONFILE,)

and add

from __future__ import print_function

if you want to keep the 2.x compatibility.

@foxmask
Copy link
Author

foxmask commented Mar 18, 2014

duplicate with issue #147

@foxmask foxmask closed this as completed Mar 18, 2014
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