python-google-places icon indicating copy to clipboard operation
python-google-places copied to clipboard

Simple wrapper around the new 'experimental' Google Places API

Results 45 python-google-places issues
Sort by recently updated
recently updated
newest added

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. ![ekran alintisi](https://cloud.githubusercontent.com/assets/7771725/17108172/182019b0-529b-11e6-9ff2-c31a945646b4.PNG) 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