Re: Unknown locale error for Malayalam language in Python

2008-02-26 Thread Terry Reedy
"maxinbjohn" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Dear friends, | | I am a Python programmer from Kerala, India. When I tried to run a | simple python program which uses the Malayalam language (ml), | | import os | import locale | os.environ['LANG']='ml' | print locale.ge

Re: Unknown locale error for Malayalam language in Python

2008-02-26 Thread Jeroen Ruigrok van der Werven
-On [20080227 06:03], maxinbjohn ([EMAIL PROTECTED]) wrote: >ValueError: unknown locale: ml This is highly dependent on the operating system you are on. Last I remember Debian, for example, required a locale package. FreeBSD already has all locales installed, your mileage may vary. Try ls /usr/sh