[Gdal-dev] issues merging 7 bands of Landsat scene into 1 image

Mateusz Loskot mateusz at loskot.net
Sun Mar 18 10:43:37 EDT 2007


Maciej Sieczka wrote:
> GDAL --without-python --with-ngpython (full config syntax and other
> details below) configures and builds without errors, but after the make
> install, no python scripts get installed, including gdal_merge.py. How
> do I build GDAL --with-ngpython and install it properly?
> 
> I have python2.4-numeric 24.2 and python2.4-numarray 1.5.1 installed
> into /usr. site-packages dir is /usr/lib/python2.4/site-packages/
> 
> Note: there is a warning in config.log: "checking for NumPy include
> files... missing"; does that matter?

Maciej,

Yes, it does.
You need to install dev package for NumPy package.
I may be wrong how the new NG Python bindings work now,
but it seems nothing is compiled in the swig/python, by make.

Try to install the NumPy dev package and it should help.

Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the Gdal-dev mailing list