Unknown locale error for Malayalam language in Python

2008-02-26 Thread maxinbjohn
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.getdefaultlocale() It throws the following error : Traceback (most recent call last): F

Re: Newbie to python --- why should i learn !

2008-05-08 Thread maxinbjohn
Hi Raxit, One of the the tempting features of Python is that it is fun to code in Python. If you are really trying to learn python, you should read Adventures with Neko (http://gnuvision.com/books/pybook/) . It is an introductory book on Python programming for school children by Mr. Pramode CE. I