<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">OK.&nbsp; Thank you.&nbsp; Sounds very good.<br>I'll just use the bindings that come with FWTOOLS.<br>That is preferable.<br><br>Sorry to have the dunce cap on,<br>but I can't seem to figure out how to use the FWTOOLS Python bindings.<br>Could you point me to a doc that has a recipe for using them?<br><br>If I write import ogr or import osgeo into a python script,<br>I get an error if I don't copy gdal15.dll and geos_c_fw.dll <br>from C:\gdalwin32-1.5\bin to c:\program files\fwtools2.1.0\bin<br>or put C:\gdalwin32-1.5\bin in the path.<br><br>Best regards,<br>-Vince<br><br></div><hr id="stopSpelling">&gt; Date: Thu, 14 Aug 2008 12:00:41 -0400<br>&gt; From: fwtools-request@lists.maptools.org<br>&gt; Subject: FWTools Digest, Vol 46, Issue 8<br>&gt; To: fwtools@lists.maptools.org<br>&gt; <br>&gt; Send FWTools mailing list submissions to<br>&gt;         fwtools@lists.maptools.org<br>&gt; <br>&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>&gt;         http://lists.maptools.org/mailman/listinfo/fwtools<br>&gt; or, via email, send a message with subject or body 'help' to<br>&gt;         fwtools-request@lists.maptools.org<br>&gt; <br>&gt; You can reach the person managing the list at<br>&gt;         fwtools-owner@lists.maptools.org<br>&gt; <br>&gt; When replying, please edit your Subject line so it is more specific<br>&gt; than "Re: Contents of FWTools digest..."<br>&gt; <br>&gt; <br>&gt; Today's Topics:<br>&gt; <br>&gt;    1. RE: Using Python bindings with latest version of FWTOOLS        -<br>&gt;       And Clip Vector Data (Vince Ulfig)<br>&gt;    2. Re: RE: Using Python bindings with latest version of        FWTOOLS<br>&gt;       - And Clip Vector Data (Frank Warmerdam)<br>&gt; <br>&gt; <br>&gt; ----------------------------------------------------------------------<br>&gt; <br>&gt; Message: 1<br>&gt; Date: Thu, 14 Aug 2008 02:34:54 -0700<br>&gt; From: "Vince Ulfig" &lt;vulfig@hotmail.com&gt;<br>&gt; Subject: [FWTools] RE: Using Python bindings with latest version of<br>&gt;         FWTOOLS        - And Clip Vector Data<br>&gt; To: &lt;fwtools@lists.maptools.org&gt;<br>&gt; Message-ID: &lt;BAY120-DAV1028E28C58C0F54786881FC8720@phx.gbl&gt;<br>&gt; Content-Type: text/plain; charset="us-ascii"<br>&gt; <br>&gt; &gt; Hi Frank,<br>&gt; &gt; <br>&gt; &gt; I recently started using the GDAL / OGR utilities from FWTools and love<br>&gt; &gt; them.  <br>&gt; Thank you.<br>&gt; <br>&gt; &gt; I installed the python bindings for GDAL from this page:<br>&gt; &gt; http://pypi.python.org/pypi/GDAL<br>&gt; &gt; <br>&gt; &gt; I found that I had to install gdalwin32-1.5 in addition to FWTools and add<br>&gt; &gt; C:\gdalwin32-1.5\bin to the path variable,<br>&gt; &gt; in order to get the python bindings to work.<br>&gt; &gt; I ran some code that attempts to import ogr<br>&gt; &gt; and use some of the objects,<br>&gt; &gt; and found that I could not import ogr<br>&gt; &gt; until I added the path described above.<br>&gt; &gt; <br>&gt; &gt; I then found that the only files in <br>&gt; &gt; C:\gdalwin32-1.5\bin <br>&gt; &gt; that were not included in<br>&gt; &gt; c:\program files\fwtools2.1.0\bin<br>&gt; &gt; were gdal15.dll and geos_c_fw.dll.<br>&gt; &gt; When I copied these files to<br>&gt; &gt; c:\program files\fwtools2.1.0\bin<br>&gt; &gt; and removed C:\gdalwin32-1.5\bin <br>&gt; &gt; from the path variable, I could still import ogr.<br>&gt; &gt; <br>&gt; &gt; Is this a reasonable method for using the python bindings for gdal?<br>&gt; &gt; Is it better to install both FWTOOLS and gdalwin32-1.5?<br>&gt; &gt; <br>&gt; &gt; When I had both in the path,<br>&gt; &gt; I put gdalwin32-1.5/bin in the path in front of FWTOOLS.<br>&gt; &gt; Does this make sense?<br>&gt; &gt; <br>&gt; &gt; <br>&gt; -------------- next part --------------<br>&gt; An HTML attachment was scrubbed...<br>&gt; URL: http://lists.maptools.org/pipermail/fwtools/attachments/20080814/4ab23b42/attachment-0001.html<br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; Message: 2<br>&gt; Date: Thu, 14 Aug 2008 09:22:30 -0400<br>&gt; From: "Frank Warmerdam" &lt;warmerdam@pobox.com&gt;<br>&gt; Subject: Re: [FWTools] RE: Using Python bindings with latest version<br>&gt;         of        FWTOOLS - And Clip Vector Data<br>&gt; To: vulfig@hotmail.com<br>&gt; Cc: fwtools@lists.maptools.org<br>&gt; Message-ID:<br>&gt;         &lt;931f8ea90808140622t452e843ao9645e48df28e1be5@mail.gmail.com&gt;<br>&gt; Content-Type: text/plain; charset=ISO-8859-1<br>&gt; <br>&gt; Vince,<br>&gt; <br>&gt; FWTools already includes python bindings which you could use.  If you<br>&gt; want to use the pypi bindings then they depend on the standard GDAL<br>&gt; binaries which you have found.  It is possible to mix these standard<br>&gt; DLLs into FWTools but there is some risk of conflicts.  I would generally<br>&gt; suggest you keep them separate.<br>&gt; <br>&gt; Best regards,<br>&gt; <br>&gt; On Thu, Aug 14, 2008 at 5:34 AM, Vince Ulfig &lt;vulfig@hotmail.com&gt; wrote:<br>&gt; &gt; Hi Frank,<br>&gt; &gt;<br>&gt; &gt; I recently started using the GDAL / OGR utilities from FWTools and love<br>&gt; &gt; them.<br>&gt; &gt; Thank you.<br>&gt; &gt;<br>&gt; &gt; I installed the python bindings for GDAL from this page:<br>&gt; &gt; http://pypi.python.org/pypi/GDAL<br>&gt; &gt;<br>&gt; &gt; I found that I had to install gdalwin32-1.5 in addition to FWTools and add<br>&gt; &gt; C:\gdalwin32-1.5\bin to the path variable,<br>&gt; &gt; in order to get the python bindings to work.<br>&gt; &gt; I ran some code that attempts to import ogr<br>&gt; &gt; and use some of the objects,<br>&gt; &gt; and found that I could not import ogr<br>&gt; &gt; until I added the path described above.<br>&gt; &gt;<br>&gt; &gt; I then found that the only files in<br>&gt; &gt; C:\gdalwin32-1.5\bin<br>&gt; &gt; that were not included in<br>&gt; &gt; c:\program files\fwtools2.1.0\bin<br>&gt; &gt; were gdal15.dll and geos_c_fw.dll.<br>&gt; &gt; When I copied these files to<br>&gt; &gt; c:\program files\fwtools2.1.0\bin<br>&gt; &gt; and removed C:\gdalwin32-1.5\bin<br>&gt; &gt; from the path variable, I could still import ogr.<br>&gt; &gt;<br>&gt; &gt; Is this a reasonable method for using the python bindings for gdal?<br>&gt; &gt; Is it better to install both FWTOOLS and gdalwin32-1.5?<br>&gt; &gt;<br>&gt; &gt; When I had both in the path,<br>&gt; &gt; I put gdalwin32-1.5/bin in the path in front of FWTOOLS.<br>&gt; &gt; Does this make sense?<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; FWTools mailing list<br>&gt; &gt; FWTools@lists.maptools.org<br>&gt; &gt; http://lists.maptools.org/mailman/listinfo/fwtools<br>&gt; &gt; http://fwtools.maptools.org/<br>&gt; &gt;<br>&gt; &gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; ---------------------------------------+--------------------------------------<br>&gt; I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com<br>&gt; light and sound - activate the windows | http://pobox.com/~warmerdam<br>&gt; and watch the world go round - Rush | Geospatial Programmer for Rent<br>&gt; <br>&gt; <br>&gt; ------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; FWTools mailing list<br>&gt; FWTools@lists.maptools.org<br>&gt; http://lists.maptools.org/mailman/listinfo/fwtools<br>&gt; <br>&gt; <br>&gt; End of FWTools Digest, Vol 46, Issue 8<br>&gt; **************************************<br></body>
</html>