<pre>>Are you able to load the GDAL python module through python?  Try the 
>following in python:
>
>from osgeo import gdal
>
>If the above doesn't work, the GDAL python module may not be located in 
>any of the default module paths expected by python.  You may need to 
>specify the environmental variable PYTHONPATH to include the path to the 
>GDAL python module.
>
>-bborie</pre><br>Hi,<br>Thx for you help.<br><br>I try your test.<br><br>it give this error.<br><br>Python 2.6.6 (r266:84292, Apr 11 2011, 15:50:32)<br>[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from osgeo import gdal<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/usr/lib64/python2.6/site-packages/GDAL-1.9.0-py2.6-linux-x86_64.egg/osgeo/__init__.py", line 21, in <module><br>
    _gdal = swig_import_helper()<br>  File "/usr/lib64/python2.6/site-packages/GDAL-1.9.0-py2.6-linux-x86_64.egg/osgeo/__init__.py", line 17, in swig_import_helper<br>    _mod = imp.load_module('_gdal', fp, pathname, description)<br>
ImportError: libgdal.so.1: cannot open shared object file: No such file or directory<br>>>><br><br>It seem not find the libgdal.so.1<br><br>I check it is available in the "/usr/local/lib" path <br>so as you suggest, I set<br>
export PYTHONPATH=/usr/local/lib<br>but the error is again here.<br><br>Python 2.6.6 (r266:84292, Apr 11 2011, 15:50:32)<br>[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from osgeo import gdal<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>  File "/usr/lib64/python2.6/site-packages/GDAL-1.9.0-py2.6-linux-x86_64.egg/osgeo/__init__.py", line 21, in <module><br>
    _gdal = swig_import_helper()<br>  File "/usr/lib64/python2.6/site-packages/GDAL-1.9.0-py2.6-linux-x86_64.egg/osgeo/__init__.py", line 17, in swig_import_helper<br>    _mod = imp.load_module('_gdal', fp, pathname, description)<br>
ImportError: libgdal.so.1: cannot open shared object file: No such file or directory<br>>>><br><br><br>-- <br>-----------------<br>Andrea Peri<br>. . . . . . . . . <br>qwerty àèìòù<br>-----------------<br><br>