Comment 5 for bug 460298

Revision history for this message
reg (rgaudin) wrote :

Also affected.

This bug is not likely to be fixed in karmic since it's a consequence of a python 2.x bug.

http://bugs.python.org/issue6135
http://bugs.python.org/issue1759845

Fixing it would require one of the following:

. patch python
. patch usb-creator to warn user (lame and easy)
. rename the file on-the-fly (ugly)
. patch usb-creator not to use Subprocess.Popen (would create other issues)
. wait for python3