HI all, I am using gdal from python on my workstation (Windows Vista Ultimate 32 bit) with the following snip of code:
------------------------- from osgeo import gdal from osgeo import gdalconst dataset = gdal.Open("D:\data\\20100325_12_00.grb", gdal.GA_ReadOnly) metadata=dataset.GetRasterBand(1) metadata.ReadRaster(220, 148, 1, 1, 1, 1, metadata.DataType) ------------------------- When i port the same code on the production server, python crashes on the metadata.ReadRaster(...) instruction. A message box show up with the following information: ------------------------- Problem signature: Problem Event Name: APPCRASH Application Name: python.exe Application Version: 0.0.0.0 Application Timestamp: 49e4f549 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7600.16385 Fault Module Timestamp: 4a5bdb3b Exception Code: c0000005 Exception Offset: 00037075 OS Version: 6.1.7600.2.0.0.272.7 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 --------------------------- Configuration of the production server is: ------------------------- Operating System: Windows Server 2008 R2 64 Bit Python Win32 2.6.2 Gdal Win32 1.6 numpy-1.3.0-win32-superpack-python2.6 ------------------------- Looks like many people had problem running gdal with python 32bit on 64 bit machine. Could you please help on this? Thanks in advance Silvia
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev