Re: [gdal-dev] unwanted error message

2010-08-20 Thread Fabrice LALLAURET - PSV
Le 08/20/2010 08:40 AM, Chaitanya kumar CH a écrit : Fabrice, Can you pin point the code lines that are giving the error messages? Oops, after compare the result of my script on several platforms (linux with my compiled gdal/windows with my compiled gdal and fwtools) I've found that this

[gdal-dev] unwanted error message

2010-08-19 Thread Fabrice LALLAURET - PSV
I've tried to write some gdal python scripts but in some case I've got unwanted error message. Here is a small example (from gdal tutorial). src_filename = "src.tif" dst_filename = "dest.tif" # ensure no dest file exists if os.path.exists(dst_filename): os.unlink(dst_filename) src_ds = g