Re: ValueError: unknown locale: UTF-8

2008-06-02 Thread Martin v. Löwis
> Actually, yes: > > LC_CTYPE=UTF-8 > > where is it coming from? This is basically on a clean new machine... > who might be setting it? There are many possible places. grep in your Library, as a starting point. As on Macintosh lists. > It is coming from a program elsewhere on the > system? How

Re: ValueError: unknown locale: UTF-8

2008-06-02 Thread mr
On Jun 1, 8:43 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > ValueError: unknown locale: UTF-8 > > > This is on open bug or is there more to it? > > Do you have an environment variable set who is named > either LANG or starts with LC_? Actually,

Re: ValueError: unknown locale: UTF-8

2008-06-01 Thread Martin v. Löwis
> ValueError: unknown locale: UTF-8 >>>> > > This is on open bug or is there more to it? Do you have an environment variable set who is named either LANG or starts with LC_? Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: ValueError: unknown locale: UTF-8

2008-05-31 Thread Arnaud Delobelle
locale > return _parse_localename(localename) > File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/locale.py", line 373, in _parse_localename > raise ValueError, 'unknown locale: %s' % localename > ValueError: unknown loc

ValueError: unknown locale: UTF-8

2008-05-31 Thread Mario Ruggier
n.framework/Versions/2.5/lib/ python2.5/locale.py", line 373, in _parse_localename raise ValueError, 'unknown locale: %s' % localename ValueError: unknown locale: UTF-8 >>> This is on open bug or is there more to it? Regards, mario -- http://mail.python.org/mailman/listinfo/python-list