Ahh, well that may be the crux of the problem.  I ran ./configure with no options, since I was unsure of what to set.  From the message that came up during the compile process, it appears I have png, geotiff, jpg and OGR support as is.  In the future I might look into JPEG2000 support, but for now, this appeared  sufficient.
<br><br>Regarding Python support, I don&#39;t know what the difference is between SWIG and traditional Python support.&nbsp; I would like to be able to run the utilities that come with GDAL, such as &quot;gdal_merge.py&quot;.&nbsp; It appears that in orger to do this I need to be able to import the gdal module.&nbsp; More than that I&#39;m afraid I don&#39;t know.
<br><br>I did find yesterday that there has been some discussion about how Cygwin doesn&#39;t use shared libraries the way other Unix distros do, and that there is a cygMakefile in the gdal/pymod directory.&nbsp; However, it appears to be old (refers to Python 
2.1), and I have no idea how to use it as part of the compile process.<br><br>Sorry I can&#39;t answer better, if you can point me to specific things to look for, I&#39;ll be glad to do so.<br><br>Thanks for the help,<br>
<br>Roger<br>--<br><br><div><span class="gmail_quote">On 4/9/07, <b class="gmail_sendername">Mateusz Loskot</b> &lt;<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Roger André wrote:<br>&gt; I just finished compiling and installing gdal from source in Cygwin.&nbsp;&nbsp;The<br>&gt; utilities like &quot;gdal_translate&quot; and &quot;gdalinfo&quot; seem to be working fne, but<br>&gt; I&#39;m, having trouble with the Python API.&nbsp;&nbsp;For example, when I try to run
<br>&gt; &quot;gdal_merge.py&quot;, I get the following error:<br>&gt;<br>&gt; $ gdal_merge.py<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;/usr/local/bin/gdal_merge.py&quot;, line 110, in &lt;module&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; import gdal<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.5/site-packages/gdal.py&quot;, line 191, in &lt;module&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; import _gdal<br>&gt; ImportError: No module named _gdal<br>&gt;<br>&gt; When I trace this a bit further online, I see references to needing a &quot;
<br>&gt; gdal.so&quot;, but I don&#39;t know where it should be, or how to get it.<br>&gt;<br>&gt; Can someone advise me?<br><br>Roger,<br><br>Could you tell us how did you configured GDAL and what Python bindings do<br>you want to use: traditional or SWIG-based?
<br>Simply, paste the ./configure command with all options you used.<br><br>Cheers<br>--<br>Mateusz Loskot<br><a href="http://mateusz.loskot.net">http://mateusz.loskot.net</a><br></blockquote></div><br>