Esri / ArcREST

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

import _meteor #230

Closed pLeBlanc93 closed 8 years ago

pLeBlanc93 commented 8 years ago

I'm not sure if this is correct usage, but I had to change some import statements for the following to work on py 3.5.0:

>>> import sys
>>> sys.path.insert(0, r"c:/git/arcrest/src")
>>> import _meteor
>>> con = _meteor.Connection("www.arcgis.com")
>>> con.baseUrl
'www.arcgis.com'