simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

Couldn't run test_client.py #6

Open Infolaber opened 13 years ago

Infolaber commented 13 years ago

Result shows "APIError: This endpoint is not available for your account. (#401)".

But I actually copied the token and secret from the web interface.

token = 72bVUC56MjDzwFUfYnPJJRFh25PykVhQ secret = VxUHyzceyKRKt5KM234TNBJXSULxbcad

I think it should be correct.

I also took a look at the documentation for python in simplegeo. It seems that the API used in the code is a little bit different the ones used in the test_client. I wonder whether the errors are caused by the inconsistency between the Simplegeo's webapi, and the version of the python-simplegeo client.

Thank you so much for your help, and I really appreciated.