Hi!
I am using GDAL 1.9.2 x64, Python 3.3 x64 and Windows 7 and I have a problem
with infinite recursion in ogr.py. My initial call is:
feature = ogr.Feature(layer.GetLayerDefn())
and the call stack:
__init__
Python\lib\site-packages\osgeo\ogr.py
__getattr__
Python\lib\site-packages\osgeo\ogr.py
GetField
Python\lib\site-packages\osgeo\ogr.py
GetFieldIndex
Python\lib\site-packages\osgeo\ogr.py
__getattr__
Python\lib\site-packages\osgeo\ogr.py
GetField
Python\lib\site-packages\osgeo\ogr.py
... repeating...
...
I have tried using Eclipse 4.2 with Pydev 2.7 and PyScripter 2.5.3, and in both
cases the debug functionality is messed up after the above initial call. When
just running the script, no problems occur.
What can I do to avoid this problem?
Best regards
Casper
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev