bashu / django-easy-maps

🗺 Google Maps with easy!
MIT License
145 stars 56 forks source link

geopy.geocoders.base.GeocoderResultError in geocode.py #41

Closed bashu closed 9 years ago

bashu commented 9 years ago

With geopy 0.97, I get this error:

File "/Users/username/Documents/Projects/flexi/env/lib/python2.7/site-packages/easy_maps/geocode.py", line 5, in from geopy.geocoders.base import GeocoderResultError ImportError: cannot import name GeocoderResultError

Then, I re-installed geopy with version 0.95, it worked welll.


bashu commented 9 years ago

Duplicate of #22.


Original comment by: Mikhail Korobov

bashu commented 9 years ago

Hi Emin,

I'm a bit busy at the moment, but if you (or somebody else) will provide a PR to fix this issue I'll make a new release soon.


Original comment by: Mikhail Korobov