Re: [gdal-dev] Python 32 crash on Windows Server 2008 64 bit with Gdal

2010-03-29 Thread Tamas Szekeres
2010/3/29 Silvia Rolla > > 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, You might want to do a test with the packages provided at http://vbkto.dyndns.org/sdk/ . Both the Win32 and Win64

[gdal-dev] Python 32 crash on Windows Server 2008 64 bit with Gdal

2010-03-29 Thread Silvia Rolla
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