[MapProxy] Antwort: Crash while seeding with certain res-values

Sven.Moeller at itk-rheinland.de Sven.Moeller at itk-rheinland.de
Mon Feb 29 00:41:17 PST 2016


Dear Mailing-List,

I could handle the error myself and it was indeed an issue with 
calculating the ETA für the console-output. 
In the seed\util.py script a ValueError gets caught  in def 
eta_string(self). This doesn't work anymore for Python > 3.3. Instead 
OSError has to be caught. To do so, simply change the line "except 
ValueError:" into "except OSError:". 

Regards
Sven Möller

...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20160229/2bc73580/attachment.html>


More information about the MapProxy mailing list