Hi All,<br><br>I am running python on Cygwin and I have also installed
gdal 1.4.0 (build from source). When I run the command
import gdal, Python gives me an error. Any suggestions? I have double checked all the paths and everything seems ok.<br><br>Python 2.4.3 (#1, May 18 2006, 07:40:45) 
<br>[GCC 3.3.3 (cygwin special)] on cygwin<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import gdal<br>Traceback (most recent call last):
<br>&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in ?<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/gdal.py&quot;, line 191, in ?<br>&nbsp;&nbsp;&nbsp; import _gdal<br>ImportError: No module named _gdal<br><br>thanks in advance.
<br><br>Nagendra