rbl.134
November 24th, 2006, 06:35 PM
I'm running Ubuntu Dapper I installed Deluge for the repo but when I try to start it I get this error
(deluge.py:5898): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "deluge.py", line 774, in ?
fallback=True)
File "/usr/lib/python2.4/gettext.py", line 476, in translation
mofiles = find(domain, localedir, languages, all=1)
File "/usr/lib/python2.4/gettext.py", line 424, in find
for nelang in _expand_lang(lang):
File "/usr/lib/python2.4/gettext.py", line 129, in _expand_lang
locale = normalize(locale)
File "/usr/lib/python2.4/locale.py", line 214, in normalize
fullname = localename.lower()
AttributeError: 'NoneType' object has no attribute 'lower'
(deluge.py:5898): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "deluge.py", line 774, in ?
fallback=True)
File "/usr/lib/python2.4/gettext.py", line 476, in translation
mofiles = find(domain, localedir, languages, all=1)
File "/usr/lib/python2.4/gettext.py", line 424, in find
for nelang in _expand_lang(lang):
File "/usr/lib/python2.4/gettext.py", line 129, in _expand_lang
locale = normalize(locale)
File "/usr/lib/python2.4/locale.py", line 214, in normalize
fullname = localename.lower()
AttributeError: 'NoneType' object has no attribute 'lower'