Advertisement
Guest User

Untitled

a guest
Sep 10th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. C:\>gdal_calc
  2. Traceback (most recent call last):
  3. File "C:\OSGeo4W\\bin\gdal_calc.py", line 47, in <module>
  4. import gdal
  5. File "C:\OSGeo4W\apps\Python27\lib\site-packages\gdal.py", line 2, in <module>
  6.  
  7. from osgeo.gdal import deprecation_warn
  8. File "C:\OSGeo4W\apps\Python27\lib\site-packages\osgeo\__init__.py", line 21,
  9. in <module>
  10. _gdal = swig_import_helper()
  11. File "C:\OSGeo4W\apps\Python27\lib\site-packages\osgeo\__init__.py", line 17,
  12. in swig_import_helper
  13. _mod = imp.load_module('_gdal', fp, pathname, description)
  14. ImportError: DLL load failed: The specified procedure could not be found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement