-
Notifications
You must be signed in to change notification settings - Fork 15
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
Python 3 compatiability #2
Comments
Could maybe have the student change that print code... print will be a function in python 3. source: |
For what it's worth, in case anyone else is trying this, I found three things that needed changing to work with Python 3.4:
to:
and that seemed to work. With the caveat that I'm pretty inexperienced, so no guarantees! |
For future reference, if you need it I suggest using my fork. |
I think that would be apropro, as this version of the library has been abandoned for quite a long time now. 😄 |
Any chance this could work with Python 3? I have a student in class who can't use this because he isn't using Python 2.
pip install nyc-geoclient
fails on theprint
statement in setup.py line 12. Not sure what else would go into making this work in Python 3.The text was updated successfully, but these errors were encountered: