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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to