I had the same issue and fixed it by installing the reverse-geocode
branch of geopy. Make sure it's first on your PYTHONPATH.
svn checkout http://geopy.googlecode.com/svn/branches/reverse-geocode
geopy
cd geopy/
sudo python setup.py install
The version of geopy distributed with Pinax 0.71 seems to be broken
for our platform.
-g
On Dec 25, 1:28 am, geraldmc <gmccol...@gmail.com> wrote:
> Patrick,
>
> I had the same issue and fixed it by installing the reverse-geocode
> branch of geopy. Make sure it's first on your PYTHONPATH.
>
> svn checkouthttp://geopy.googlecode.com/svn/branches/reverse-geocode