Actually i wanted to read GRASS vector Geometry with Python OGR bindings. When i open the Vector file with ogr, it does not exist and Python interpreter gave the error shown below (see Python code as well). Then in GRASS GUI at command line i typed <code>ogrinfo --formats to see if OGR vector formats; GRASS available, but it is not found.</code><div>
<br></div><div><pre><code>from osgeo import ogr
ds = ogr.Open('D:/UEL/GrassGISDB/SLD99/LBS/vector/CluterCleaned/head')
layer = ds.GetLayer(0)

Traceback (most recent call last):
  File "<pyshell#2>", line 1, in <module>
    layer = ds.GetLayer(0)
AttributeError: 'NoneType' object has no attribute 'GetLayer'</code></pre><div><br><div class="gmail_quote">On Sun, Dec 23, 2012 at 5:57 PM, Brian Sanjeewa Rupasinghe <span dir="ltr"><<a href="mailto:jinkabs@gmail.com" target="_blank">jinkabs@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Many thanks. I downloaded it from SVN nightly WinGRASS 6 builds (WinGRASS-6.4.3svn-r54263-437.setup.exe) from <a href="http://grass.osgeo.org/download/software/ms-windows/" target="_blank">http://grass.osgeo.org/download/software/ms-windows/</a> site.<div class="HOEnZb">
<div class="h5"><br>
<br><div class="gmail_quote">On Sun, Dec 23, 2012 at 5:26 PM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div>On Sun, Dec 23, 2012 at 11:50 AM, Brian Sanjeewa Rupasinghe<br>
<<a href="mailto:jinkabs@gmail.com" target="_blank">jinkabs@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I have in my machine GRASS 6.4.3svn for Windows 7. However, it does not have<br>
> GDAL/OGR support. Is there any Windows library available to add<br>
> that support to existing GRASS installation or any other alternative?<br>
<br>
</div></div>To better help you, please tell us where you got the package from<br>
(URL).<br>
<span><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br>
</div></div></blockquote></div><br></div></div>