Crashes on startup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GTG |
Fix Released
|
Medium
|
Bertrand Rousseau | ||
PyRoom |
Fix Committed
|
Medium
|
Florian Heinle |
Bug Description
When I start up gtg (from the commandline), I get this message:
gtg
Traceback (most recent call last):
File "/usr/bin/gtg", line 30, in <module>
import sys, GTG.gtg
File "/usr/lib/
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'
This also happens when I try to start it like this: LC_ALL=C gtg
Changed in gtg: | |
milestone: | 0.2 → 0.1.2 |
Changed in gtg: | |
status: | Fix Committed → Fix Released |
Which version are you using? Are you using the tarball or the package? Could you also tell us what locale you're using? Thanks