ImportError: No module named gdal

There are two parts to GDAL: the GDAL utilities (gdalinfo, gdalwarp, etc.) and the GDAL Python Bindings (when you call from osgeo import gdal from within a Python script.). The two can be (or could be in the past) installed separately. The fact that you “see” gdalwarp on the command line means that you have … Read more