ahmet temiz wrote:
helloCould you tell me what the problem was ? or...@orkun-desktop:~/data/pro1001/yuk$ python gdal_fillnodata.py -md 100 work1.tif dem1.tif Traceback (most recent call last): File "/usr/local/gdal/swig/python/scripts/gdal_fillnodata.py", line 34, in <module> import gdal File "/usr/local/lib/python2.5/site-packages/gdal.py", line 2, in <module> from osgeo.gdal import deprecation_warn File "/usr/local/lib/python2.5/site-packages/osgeo/__init__.py", line 24, in <module> import _gdal ImportError: /usr/local/lib/python2.5/site-packages/osgeo/_gdal.so: undefined symbol: GDALSetRasterUnitType
Ahmet, Hmm, funky. Perhaps you have multiple versions of libgdal.so installed on your system and an older one is being picked up at runtime? Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
