Closed GoogleCodeExporter closed 9 years ago
I had the same issue, but fixed the issue for myself by changing %d%% and
%.2f%% in the file g.py:
line 268: return locale.format("%.2f", raw_percent / 100.).decode(encoding)
line 270: return locale.format("%d", raw_percent // 100).decode(encoding)
I'm not exactly sure what it did, but removing the trailing percent signs makes
it work.
Original comment by Computer...@gmail.com
on 6 Feb 2011 at 2:59
I had the same issue on singularity 0.30b-2 on 64 bit arch linux. The fix that
Computer... made fixes it for me too.
Original comment by xenodaph...@gmail.com
on 13 Jun 2011 at 5:47
Fixed in 0.30c.
Original comment by phil.bor...@gmail.com
on 29 Mar 2012 at 7:06
Original issue reported on code.google.com by
jba...@gmail.com
on 27 Jan 2011 at 9:28Attachments: