Hi
I've installed GDAL and python bindings (py 2.7) on win xp sp3 using Tamas
Szekeres's binaries.
All the environmental variables are ok (path, gdal_data and pythonpath).
path2gdal is the first in the list of directories in the PATH(PATH=c:\gdal;...)
I've tried with a simple test
try:
from osgeo import ogr
except:
import ogr
If I run the script from command line all is ok
I'm using Eric IDE. Eric uses PyQt4. If I try to run the script from Eric,
the test throws the error message
ImportError: DLL load failed
I don't know what I can do
--
Luis SolĂs
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev