Comment 1 for bug 556532

Revision history for this message
Neil Tallim (red-hamsterx) wrote :

I just tried the following as a test...

import locale
print locale.getdefaultlocale()

...and this happened.

Traceback (most recent call last):
  File "<stdin>", 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: nl_AW

Environment: LiveCD, installed to disk, running with Quickshot user. Nothing else was changed.

We may need to check with Python's Issue Tracker to see if this is a known problem and possibly submit a patch, if it isn't somehow specific to the Lucid Python build.