GTG

Comment 4 for bug 365477

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

My python version is 2.6.2, by the way.
I also tried to run gtg like this:
python2.5 gtg
It gave the same error, but with different line numbers.
Traceback (most recent call last):
  File "gtg", line 30, in <module>
    import sys, GTG.gtg
  File "/home/boerre/Dokumenter/gtg/GTG/__init__.py", line 78, in <module>
    fallback=True)
  File "/usr/lib/python2.5/gettext.py", line 480, in translation
    mofiles = find(domain, localedir, languages, all=1)
  File "/usr/lib/python2.5/gettext.py", line 437, in find
    for nelang in _expand_lang(lang):
  File "/usr/lib/python2.5/gettext.py", line 132, in _expand_lang
    locale = normalize(locale)
  File "/usr/lib/python2.5/locale.py", line 298, in normalize
    fullname = localename.lower()
AttributeError: 'list' object has no attribute 'lower'

python3.0 had no gtk module, but that's probably the way it should be ;)