Hi,
I wanted to run gdal_calc.py
When I run it, it complains about an import error:
-----------------
Traceback (most recent call last):
File "/usr/local/bin/gdal_calc.py", line 50, in <module>
from gdalnumeric import *
ImportError: No module named gdalnumeric
-----------------
However, it seems to present on my system at the path
/usr/local/lib/python2.7/dist-packages/osgeo/gdalnumeric.py
How can I tell gdal_calc.py where to find gdalnumeric?
Thank you for any hints!
Andreas
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev