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 ;)
My python version is 2.6.2, by the way. boerre/ Dokumenter/ gtg/GTG/ __init_ _.py", line 78, in <module> python2. 5/gettext. py", line 480, in translation python2. 5/gettext. py", line 437, in find python2. 5/gettext. py", line 132, in _expand_lang python2. 5/locale. py", line 298, in normalize
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/
fallback=True)
File "/usr/lib/
mofiles = find(domain, localedir, languages, all=1)
File "/usr/lib/
for nelang in _expand_lang(lang):
File "/usr/lib/
locale = normalize(locale)
File "/usr/lib/
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 ;)