wwwald
unread,Mar 4, 2008, 10:09:11 AM3/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geopy
Hi there,
I'm trying to use geopy's Google geocoder over the institution's proxy
here. Geopy does everything as it should, but I get an HTTP 403
"Forbidden" error when geopy tries to access Google.
Now, apparently this is a problem with urllib2. This lib is supposed
to auto-detect proxy settings and *should* work, but apparently
something goes wrong there. Consequently, the urlopen() command in
geocode_url() does not work and no address resolution happens. The
proxy is an ISA proxy server with authentication...
Has anyone got experience with this? Any remedy?
Thanks a bunch for any pointers,
wwwald