Hi,<div><br></div><div><br></div><div>I have noticed a problem with gdal_retile. When I try to run gdal_retile, I have the following message :</div><div>" File "C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py", line 273</div>
<div> print("Building internal Index for %d tile(s) ..." % len(inputTiles), end=' ')</div><div>"</div><div><br></div><div>And if I replace the print line with this one (found somewhere on the web) :</div>
<div>"print "Building internal Index for %d tile(s) ..." % len(inputTiles),"</div><div>it works.</div><div><br></div><div>This works for a text file. But when I try to use a VRT file, I have the followiing message error:</div>
<div>"ERROR 1: Parse error at EOF, not all elements have been closed, starting with VRTDataset"</div><div><br></div><div>And when i try with a TIFF file, I have :</div><div>"ERROR 4: `II*' does not exist in the file system, and is not recognised as a supported dataset name."</div>
<div><br></div><div>Commands :</div><div> - gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile liste.txt (works)</div><div> - gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile essail93.vrt (ERROR 1)</div>
<div> - gdal_retile -ps 4000 4000 -targetDir C:\Vincent\TIFF\essai --optfile essail93.tif (ERROR 4)</div><div><br></div><div>FWTools 2.4.7</div><div><br></div><div><br></div><div>Thanks for your answers.</div>