Re: [gdal-dev] GDAL - Python - ArcGIS10.1

2012-08-06 Thread Jay L.
Works wonderfully. What causes this? Is their another item in the path that is calling the GDAL.dll earlier and locking the python bindings out? Thanks, Jay On Mon, Aug 6, 2012 at 10:50 AM, Tamas Szekeres wrote: > Jay, > > Add the directory of the GDAL installation to the beginning of the sys

Re: [gdal-dev] GDAL - Python - ArcGIS10.1

2012-08-06 Thread Tamas Szekeres
Jay, Add the directory of the GDAL installation to the beginning of the system PATH. Or alternatively, you can run the GDAL console (to set the environment correctly) and then start python.exe from this command prompt. Best regards, Tamas 2012/8/6 Jay L. > All, > > I am trying to get the gda

[gdal-dev] GDAL - Python - ArcGIS10.1

2012-08-06 Thread Jay L.
All, I am trying to get the gdal python bindings working with an ArcGIS 10.1 installation. I grabbed the core from gisinternals.com/sdk (thanks Tamas!) and installed both the 1500 core files (MVS 2008) and the python 2.7 bindings. I appended the path as necessary and added the GDAL_DATA director