Have you added C:\Program Files\GDAL to the <b>PATH</b> environment variable?<br><br>Best regards,<br><br>Tamas<br><br><br><br><div class="gmail_quote">2011/5/4 Gregory Yetman <span dir="ltr">&lt;<a href="mailto:gyetman@ciesin.columbia.edu">gyetman@ciesin.columbia.edu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I&#39;m pulling my hair out over what should be a simple problem. I&#39;m trying to use the pre-compiled GDAL library and bindings published here:<br>
<br>
<a href="http://vbkto.dyndns.org/sdk/PackageList.aspx?file=release-1400-x64-gdal-1-8-mapserver-5-6.zip" target="_blank">http://vbkto.dyndns.org/sdk/PackageList.aspx?file=release-1400-x64-gdal-1-8-mapserver-5-6.zip</a><br>

<br>
To implement a pure 64-bit Python and GDAL combo (I already have numpy 64-bit working with python 2.7 64-bit).<br>
<br>
GDAL is working on on the system, gdalinfo --version returns:<br>
<br>
GDAL 1.8.0, released 2011/01/12<br>
<br>
and python works fine as well. I installed the bindings with no error messages and rebooted, but if I try and import gdal I get:<br>
<br>
&gt;&gt;&gt; from osgeo import gdal<br>
Traceback (most recent call last):<br>
  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>
  File &quot;C:\Python27\Lib\site-packages\osgeo\__init__.py&quot;, line 21, in &lt;module&gt;<br>
    _gdal = swig_import_helper()<br>
  File &quot;C:\Python27\Lib\site-packages\osgeo\__init__.py&quot;, line 17, in swig_import_helper<br>
    _mod = imp.load_module(&#39;_gdal&#39;, fp, pathname, description)<br>
ImportError: DLL load failed: The specified module could not be found.<br>
&gt;&gt;&gt;<br>
<br>
I created a PYTHONPATH system variable and set it to:<br>
<br>
C:\Python27\Lib\site-packages;C:\Python27\Lib\site-packages\osgeo;C:\Program Files\GDAL<br>
<br>
to no avail.<br>
<br>
Any suggestions?<br>
<br>
I&#39;m trying to get the 64 bit versions working because when I try and open a large raster as an array using<br>
DatasetReadAsArray I get an error; suggestions on another mailing list were that this was because the 32 bit library can only handle rasters up to 2GB and the ones I am working with are larger than that.<br>
<br>
TIA,<br>
<br>
Greg<br>
<br>
<br>
<br>
-- <br><font color="#888888">
Gregory Yetman<br>
CIESIN, Columbia University<br>
+1-845-365-8982<br>
<a href="http://www.ciesin.columbia.edu" target="_blank">http://www.ciesin.columbia.edu</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</font></blockquote></div><br><div style="visibility: hidden; left: -5000px; position: absolute; z-index: 9999; padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;" id="avg_ls_inline_popup">
</div>