Re: [gdal-dev] Issue with python bindings.

2010-10-26 Thread Ivan Willig
Thanks Jason, I will add my examples when I get a chance. Ivan Willig On Tue, Oct 26, 2010 at 10:59 AM, Jason Roberts wrote: > Ivan, Frank, > > > > A month ago I started a gotchas page with Even Rouault that discusses this > issue: http://trac.osgeo.org/gdal/wiki/PythonGo

Re: [gdal-dev] Issue with python bindings.

2010-10-26 Thread Ivan Willig
? Ivan Willig On Tue, Oct 26, 2010 at 10:44 AM, Frank Warmerdam wrote: > Ivan Willig wrote: > >> Hi list, >> I am having an issues with using the python swig based bindings. I am on >> Fedora 13 using the default gdal rpm, which is at version 1.6.2. My issue is >> w

[gdal-dev] Issue with python bindings.

2010-10-26 Thread Ivan Willig
Hi list, I am having an issues with using the python swig based bindings. I am on Fedora 13 using the default gdal rpm, which is at version 1.6.2. My issue is when i stack method calls. For example when I do the following: ogr.Open("/home/ivan/dev/bigapps/data/nyco.shp").GetLayer().GetFeature(0)