The --with-python option is one I hadn&#39;t seen before.<br><br>I&#39;ll try it again, and with the --with-libtool=no option, since I&#39;d like it to finish in the next 45 minutes.<br><br>Thanks,<br><br>Roger<br>--<br><br>
<br><div><span class="gmail_quote">On 4/13/07, <b class="gmail_sendername">Norman Vine</b> &lt;<a href="mailto:nhv@cape.com">nhv@cape.com</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é writes:<br>&gt;<br>&gt; Sorry, didn&#39;t work.&nbsp;&nbsp;See results below.<br><br>&gt; Roger@obelix /cygdrive/c/gdal/gdal-1.4.1 $ ./configure --disable-shared;<br>make; make install<br>&gt; Roger@obelix /cygdrive/c/gdal/gdal-
1.4.1 $ python Python 2.5 (r25:51908,<br>Mar 13 2007, 08:13:14) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd &gt;<br>0.125)] on cygwin Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more
<br>information.<br>&gt; &gt;&gt;&gt; import gdal<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;======== Boom!<br>&gt; &gt;&gt;&gt;<br><br>Hmm&nbsp;&nbsp; I believe my example was<br><br>./configure --with-libtool=no --with-python<br><br>
Note I installed Cygwin on a clean machine just to test<br>if GDAL still worked in Cygwin<br><br>Good Luck<br><br>Norman<br><br>$ python<br>Python 2.5 (r25:51908, Mar 13 2007, 08:13:14)<br>[GCC 3.4.4 (cygming special, gdc 
0.12, using dmd 0.125)] 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>&gt;&gt;&gt; gdal.__file__<br>&#39;/usr/lib/python2.5/site-packages/gdal.pyc&#39;
<br>&gt;&gt;&gt; a = dir(gdal)<br>&gt;&gt;&gt; a[:4]<br>[&#39;AllRegister&#39;, &#39;AutoCreateWarpedVRT&#39;, &#39;Band&#39;, &#39;CE_Debug&#39;]<br>&gt;&gt;&gt;<br><br><br>_______________________________________________
<br>Gdal-dev mailing list<br><a href="mailto:Gdal-dev@lists.maptools.org">Gdal-dev@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev
</a><br></blockquote></div><br>