Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Python 3 not supported #196

Closed catstavi closed 8 years ago

catstavi commented 8 years ago

When running with python 3.4, encountered a number of syntax errors in your packages, starting with: ...lib/python3.4/site-packages/arcrest/web/_base.py", line 43 except Exception,e:

achapkowski commented 8 years ago

@catstavi - I'll take a look today.

catstavi commented 8 years ago

Thanks, I appreciate it! This package has been really helpful.

achapkowski commented 8 years ago

@catstavi - the master branch should have the issue resolved.