Comment 0 for bug 367990

Revision history for this message
Børre Gaup (boerre) wrote :

I downloaded pyroom 0.4.1, and when I start the program I get this message:

pyroom-0.4.1 $ LC_ALL=C ./pyroom
Traceback (most recent call last):
  File "./pyroom", line 35, in <module>
    import sys, PyRoom.cmdline
  File "/home/boerre/Dokumenter/src/pyroom-0.4.1/PyRoom/__init__.py", line 34, in <module>
    fallback=True)
  File "/usr/lib/python2.6/gettext.py", line 480, in translation
    mofiles = find(domain, localedir, languages, all=1)
  File "/usr/lib/python2.6/gettext.py", line 437, in find
    for nelang in _expand_lang(lang):
  File "/usr/lib/python2.6/gettext.py", line 132, in _expand_lang
    locale = normalize(locale)
  File "/usr/lib/python2.6/locale.py", line 333, in normalize
    fullname = localename.lower()
AttributeError: 'list' object has no attribute 'lower'

More info here:
https://bugs.launchpad.net/gtg/+bug/365477