Problems with OS X 10.5.6 and Python 2.5 and GDAL 1.6

Miles semanticist at gmail.com
Tue Feb 17 17:43:54 EST 2009


On Mon, Feb 16, 2009 at 8:35 PM, Helly John J. wrote:
> However, when I run python and try to import gdal, this is what happens:
> Python 2.5.4 (r254:67917, Dec 23 2008, 14:57:27)
> [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import gdal
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named gdal

What about "from osgeo import gdal"?

-Miles



More information about the Python-list mailing list