Re: Request for Leopard users

2007-10-31 Thread Malcolm Tredinnick
On Thu, 2007-11-01 at 02:46 -0400, Wilson MacGyver wrote: > My bad. > > using MacPython, I get > > >>> import locale > >>> locale.getdefaultlocale() > (None, 'mac-roman') > > using the /usr/bin/python that came with leopard though, I get > >>> import locale > >>> locale.getdefaultlocale() > ('e

Re: Request for Leopard users

2007-10-31 Thread Wilson MacGyver
My bad. using MacPython, I get >>> import locale >>> locale.getdefaultlocale() (None, 'mac-roman') using the /usr/bin/python that came with leopard though, I get >>> import locale >>> locale.getdefaultlocale() ('en_US', 'UTF8') On 11/1/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > On 11/1/0

Re: Request for Leopard users

2007-10-31 Thread Karen Tracey
On 11/1/07, Wilson MacGyver <[EMAIL PROTECTED]> wrote: > > > I too can confirm this. > > echo $LANG gives en_US.UTF-8 > > but using both /usr/bin/python which is the one that came > with OSX Leopard, or using the MacPython downloaded > from www.python.org at the path > /Library/Frameworks/Python.fr

Re: Request for Leopard users

2007-10-31 Thread Wilson MacGyver
I too can confirm this. echo $LANG gives en_US.UTF-8 but using both /usr/bin/python which is the one that came with OSX Leopard, or using the MacPython downloaded from www.python.org at the path /Library/Frameworks/Python.framework/Versions/Current/bin/python in both cases, >>> import locale >

Re: Request for Leopard users

2007-10-31 Thread Karen Tracey
On 10/31/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > Can anybody using Apple's Leopard OS confirm #5846 exists by default? > > This is either a mistake on the part of the reporter or a total bozo bug > on Apple's part. I'd like to establish which. Though I'm not a Leopard user I've seen

Re: Request for Leopard users

2007-10-31 Thread Lavoie Francis
I don't know how to reproduce this error. But If I check the comment : This is really a bug in Leopard. UTF-8 doesn't look like a valid value for the LANG environment variable. It should be something of the form language[_territory][.codeset], where UTF-8 is only the codeset part. LANG on my

Re: Request for Leopard users

2007-10-31 Thread Steve Lianoglou
Hi Malcom, > Can anybody using Apple's Leopard OS confirm #5846 exists by default? >From what you describe, it looks as if Leopard is doing the correct thing. You mention in the ticket comments: """ This is really a bug in Leopard. UTF-8 doesn't look like a valid value for the LANG environment