Malanding Jaiteh a écrit :
The Python bindings are not contained in the packages avalaible at
http://download.osgeo.org/gdal/win32/1.6/
That explains the error you get.
However, you can find prebuilt packages with GDAL Python bindings in :
- FWTools : http://fwtools.maptools.org/
- OSGeo4W : h
Folks I need help setting up gdal.
I get the following error when I tried to run the following import line:
from osgeo import gdal
error message:
Traceback (most recent call last):
File "C:\GIS_TOOLS\Python\GDAL_Geotiff_conversion.py", line 9, in
from osgeo import gdal
ImportError: No modu