<font size=2 face="sans-serif">Dear Mailing-List,</font>
<br>
<br><font size=2 face="sans-serif">I could handle the error myself and
it was indeed an issue with calculating the ETA für the console-output.
</font>
<br><font size=2 face="sans-serif">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:".
</font>
<br><font size=2 face="sans-serif"><br>
Regards<br>
Sven Möller<br>
<br>
...</font>