Created
March 11, 2010 17:52
-
-
Save tmcw/329422 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from osgeo import gdal | |
| 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 13, in swig_import_helper | |
| import _gdal | |
| ImportError: No module named _gdal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment