Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created March 11, 2010 17:52
Show Gist options
  • Select an option

  • Save tmcw/329422 to your computer and use it in GitHub Desktop.

Select an option

Save tmcw/329422 to your computer and use it in GitHub Desktop.
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