Quantcast
Viewing all articles
Browse latest Browse all 397

I've downloaded the GDAL-1.11.1 package but why can't I call on it in python?

I have a Mac and am very new to this coding stuff..

I’m using a code that includes

import osgeo as gdal

and so I’ve downloaded GDAL from https://pypi.python.org/pypi/GDAL/ which has a folder called “osgeo” and a python script called “gdal”, but when I run the whole code I get the message “ImportError: No module named ‘osgeo’”

Can someone give me the babysteps about how to import this correctly?


Viewing all articles
Browse latest Browse all 397

Trending Articles