Re: [gdal-dev] print throw a SyntaxError with Python 2.6

2010-03-22 Thread Even Rouault
Gilles, Yes this is a known regression of GDAL 1.7.0. See http://trac.osgeo.org/gdal/ticket/3441 that contains the fix. You can grab a working version of gdal_retile.py from latest gdal-svn-stable archive from http://download.osgeo.org/gdal/daily/ Best regards, Even Le Friday 19 March 2010 1

[gdal-dev] print throw a SyntaxError with Python 2.6

2010-03-19 Thread Gilles Bassière
Hi, I got the following error with gdal_retile.py (fresh GDAL 1.7.1 install on an Ubuntu jaunty box): > File "/home/gba/Apps/usr/bin/gdal_retile.py", line 273 > print("Building internal Index for %d tile(s) ..." % len(inputTiles), > end=' ') >