List, <br><br>Just upgraded to 1.9.0 on my windows 7 machine and I can no longer access gdal via the python bindings.  Command line (ogr2ogr, gdalinfo, etc. are functioning as expected).  Specifically, running &#39;from osgeo import gdal&#39;, returns:<br>
<br>File &quot;C:\Python26\ArcGIS10.0\lib\site-packages\osgeo\__init.py__&quot;, line 17, in<br>swig_import_helper<br>    _mod = imp.load_module(&#39;_gdal&#39;, fp, pathname, descritpion)<br>ImportError: DLL load failed: The specified procedure could not be found.<br>
<br>GDAL 1.8 was working wonderfully with ArcGIS.  No environmental variables were altered between installations.  Path still contains C:\Program Files (x86)\GDAL and GDAL_DATA is stills set to C:\Program Files (x86)\GDAL\gdal-data.<br>
<br>I did try adding the PYTHONPATH variable and setting that to C:\Python26\ArcGIS10.0, but no change in the error.<br><br>GDAL1.9 and the python bindings were downloaded from <a href="http://www.gisinternals.com/sdk/">http://www.gisinternals.com/sdk/</a> (the MSVC2010-32bit stable version).<br>
<br>Oddly, the gdal python utilities are functioning.  That is gdal2tiles.py for example.<br><br>Any suggestions appreciated.  I assume a PATH error that I am missing, but am stumped.  The mailing list archives were sparse on this error...<br>
<br>Thanks, <br>Jay<br>