[Reportbug-maint] Bug#667643: reportbug: Crashes while reporting bug from GTK interface

Richard Genoud richard.genoud at gmail.com
Thu Sep 27 10:11:10 UTC 2012


this avoids the problem, but may not be the most elegant solution !

--- a/reportbug	2010-08-07 22:04:28.000000000 +0200
+++ b/reportbug	2012-09-27 12:06:59.117314446 +0200
@@ -735,7 +735,7 @@
     global quietly, ui

     try:
-        locale.setlocale(locale.LC_ALL, '')
+        locale.setlocale(locale.LC_ALL, 'en_EN.utf8')
     except locale.Error, x:
         print >> sys.stderr, '*** Warning:', x



More information about the Reportbug-maint mailing list