(
Jump to the original submission)
Sun 31 Aug 2003 06:18:52 AM UTC, comment #8:
Closed. Reopen if still exist.
|
Fri 18 Jul 2003 07:00:48 PM UTC, comment #7:
does this problem still exist in 0.18.1 and/or latest CVS(0.18.99)?
|
Mon 06 Jan 2003 12:53:51 PM UTC, comment #6:
weisen, could you try this patch: http://savannah.nongnu.org/cgi-bin/viewcvs/straw/straw/src/lib/Main.py.diff?r1=text&tr1=1.11&r2=text&tr2=1.10&diff_format=u
Or if you'd rather avoid patching, here's the complete Main.py with the patch applied: http://savannah.nongnu.org/cgi-bin/viewcvs/checkout/straw/straw/src/lib/Main.py?rev=1.11
|
Mon 06 Jan 2003 12:50:17 AM UTC, comment #5:
Upgrading to 2.2.2 made the problem go away. Now to report the next bug :)
|
Sun 05 Jan 2003 11:48:00 PM UTC, comment #4:
Hmh, what version of Python are you running, and what version of pygtk? Oh yeah, and do you have any LC_* environment variables set, at least LC_MESSAGES causes the catalog to be used also?
Ha, I found a relevant bug, what you are seeing is probably this: http://mail.python.org/pipermail/python-bugs-list/2002-January/009548.html
Maybe I'll have to try to create a workaround for older versions of Python 2.2... I use Python 2.2.2 myself, I'm not sure if the Debian packaged version contains any extra patches.
|
Sun 05 Jan 2003 10:32:48 PM UTC, comment #3:
LANG set to en_US, en_US.iso885915, or unset completely, I get the error. If I set it to fi (which is the only one which has a po file), I get:
[skadz@codewarrior strawX]$ straw
(process:22917): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/straw", line 33, in ?
s = straw.Main()
File "src/lib/Main.py", line 24, in _init_
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.2/locale.py", line 372, in setlocale
return _setlocale(category, locale)
locale.Error: locale setting not supported
|
Sun 05 Jan 2003 09:34:15 PM UTC, comment #2:
I thought this was a problem with the makefile (which never manifested on my system) which I fixed, but apparently not, if this has been happening with the CVS version on 4.1.
Do you have any locale settings in effect? Environment variable LANG or something set?
|
Sat 04 Jan 2003 07:00:56 PM UTC, comment #1:
I'm seeing the same issue with both current CVS and straw-0.14
|
(Note: upload size limit is set to 16384 kB, after insertion of the required
escape characters.)
Attach File(s):
Comment:
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Follow 2 latest changes.