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

It does not work for Python 3 #2

Closed
stared opened this issue Mar 28, 2015 · 1 comment
Closed

It does not work for Python 3 #2

stared opened this issue Mar 28, 2015 · 1 comment
Assignees

Comments

@stared
Copy link

stared commented Mar 28, 2015

It does not work for Python 3, maybe only because of superficial syntax changes (e.g. brackets for print).

E.g.

import reverse_geocoder as rg

raises

File "/usr/local/lib/python3.4/site-packages/reverse_geocoder/__init__.py", line 88
  print 'Unable to parse coordinates:', coordinates
                                   ^
SyntaxError: invalid syntax
@thampiman
Copy link
Owner

Yes I haven't tested it on Python 3. Will get on it... thanks!

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