I'm having the same problem. I'm using Ubuntu 9.10. The installed
version of PyRoom (installed via Synaptic) is 0.4.1, and I'm getting the
error "AttributeError: 'list' object has no attribute 'lower'" on
attempting to start PyRoom.

-- 
Crashes on startup
https://bugs.launchpad.net/bugs/365477
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Fix Released
Status in PyRoom: distraction-free writing: Fix Committed

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/python2.6/dist-packages/GTG/__init__.py", line 78, 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'

This also happens when I try to start it like this: LC_ALL=C gtg



_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help   : https://help.launchpad.net/ListHelp

Reply via email to