Re: [gdal-dev] mod_python problems, bigtiff

2008-10-16 Thread Christopher Barker
Andreas Neumann wrote: My guess was that mod_python picks up a different version of gdal.py and the osgeo package but I can only find one installation of gdal.py on the server. This is total guess, but it could be possible that there is more than one copy of one of the libraries (libgdal or li

[gdal-dev] mod_python problems, bigtiff

2008-10-16 Thread Andreas Neumann
Hi, I have a very simple python script that queries some metadata from raster images. The script works fine on the console and in a web application with mod_python. I am still rather new to python and mod_python. A problem arises when I query meta information of big tiff files, larger than 4GB. I