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>&quot;  File &quot;C:\PROGRA~1\FWTOOL~1.7\bin\gdal_retile.py&quot;, line 273</div>
<div>    print(&quot;Building internal Index for %d tile(s) ...&quot; % len(inputTiles), end=&#39; &#39;)</div><div>&quot;</div><div><br></div><div>And if I replace the print line with this one (found somewhere on the web) :</div>
<div>&quot;print &quot;Building internal Index for %d tile(s) ...&quot; % len(inputTiles),&quot;</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>&quot;ERROR 1: Parse error at EOF, not all elements have been closed, starting with VRTDataset&quot;</div><div><br></div><div>And when i try with a TIFF file, I have :</div><div>&quot;ERROR 4: `II*&#39; does not exist in the file system, and is not recognised as a supported dataset name.&quot;</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>