python-google-places
python-google-places copied to clipboard
Simple wrapper around the new 'experimental' Google Places API
The functions doesnot include the features to get minprice maxprice values. Can you add or should I?
Hey. It would be great if you could abstract away the urllib dependency to allow to choose different transports. That would allow for example to use requests HTTPConnectionPool which would...
Hi everyone, Sometimes when I call "place.get_details()" python throughs "urllib2.URLError: " error I tried to catch it by using "except urllib2.URLError:" but it did not work. Can anyone please let...
Per issue #81, added a new `GooglePlacesAPIError` to allow including `url` and `status_code` attributes that can be used by client code for better error handling. Went the route of a...
Currently, if the Google Places API returns a status other than `OK` or `ZERO_RESULTS`, the library raises a `GooglePlacesError`. However, that error simply has the offending status code in the...
Hello, just tried to add place with code from your example and received following error: Traceback (most recent call last): File "addgeo.py", line 11, in language=lang.ENGLISH_GREAT_BRITAIN) File "\lib\site-packages\googleplaces__init__.py", line 518,...
Hi. I was run setup.py, give an error.  How to fix it?
When making calls to Google via `urlopen`: https://github.com/slimkrazy/python-google-places/blob/master/googleplaces/__init__.py#L68 there's no timeout specified. This means that the call will default to no timeout, or infinite. It would be great to be...
Renamed AC_TYPE_ADDDRESS to AC_TYPE_ADDRESS.
https://github.com/slimkrazy/python-google-places/blob/master/googleplaces/types.py#L141