> On Mon, 6 Jun 2005, seth vidal wrote: > >> On Mon, 2005-06-06 at 11:00 -0400, Jack Neely wrote: >>> I'm seeing similar problems on an FC3-ish box running yum-cvs. Haven't >>> really looked at it...was tracking down other yummy ideas. >>> >>> Jack >> >> I applied a patch to yum-cvs that looks like it's causing the problem. >> I'll roll it back out and see if it was the culprit. Yup, that's easily reproducable here: [pmatilai@2 ~]$ python Python 2.3.4 (#1, Feb 2 2005, 11:44:49) [GCC 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.resetlocale(locale.LC_TIME) Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.3/locale.py", line 391, in resetlocale _setlocale(category, _build_localename(getdefaultlocale())) locale.Error: unsupported locale setting >>> locale.getdefaultlocale() ['en_US', 'utf'] - Panu -