Comment 25 for bug 223281

Revision history for this message
Martin Pitt (pitti) wrote :

Jonathan, I locally built your lucid python update, and the bug still happens:

$ LANG=en_AG python -c "import locale ; print locale.getdefaultlocale()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.6/locale.py", line 478, in getdefaultlocale
    return _parse_localename(localename)
  File "/usr/lib/python2.6/locale.py", line 410, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: en_AG

Seems it doesn't work?

(And yes, I did create the local before: sudo locale-gen en_AG)