I am trying to set the python GDAL binding from source with. / configure --with-python, but when I attemp
from osgeo import gdal
I get:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "osgeo/__init__.py", line 21, in <module> _gdal = swig_import_helper() File "osgeo/__init__.py", line 17, in swig_import_helper _mod = imp.load_module('_gdal', fp, pathname, description) ImportError: libgdal.so.1: cannot open shared object file: No such file or directory
It seems to me that the error is with swig.
James source share