On Tue, Feb 23, 2010 at 8:29 AM, Mohammed Rashad <[email protected]> wrote: > I am working on new translation of grass meesages (Malaylam). > I followed steps on translation wiki for starting new translation and > created *.po files using `make pot`. my problem is after make install it > shows this error > > > Starting GRASS ... > Traceback (most recent call last): > File "/usr/local/grass-6.4.0svn/etc/wxpython/gis_set.py", line 850, in > <module> > import gui_modules.gcmd as gcmd > File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/gcmd.py", line > 53, in <module> > from grass.script import core as grass > File "/usr/local/grass-6.4.0svn/etc/python/grass/script/__init__.py", line > 1, in <module> > from core import * > File "/usr/local/grass-6.4.0svn/etc/python/grass/script/core.py", line 34, > in <module> > gettext.install('grassmods', os.path.join(os.getenv("GISBASE"), > 'locale'), unicode=True) > File "/usr/lib/python2.5/gettext.py", line 493, in install > t = translation(domain, localedir, fallback=True, codeset=codeset) > File "/usr/lib/python2.5/gettext.py", line 478, in translation > t = _translations.setdefault(key, class_(open(mofile, 'rb'))) > File "/usr/lib/python2.5/gettext.py", line 180, in __init__ > self._parse(fp) > File "/usr/lib/python2.5/gettext.py", line 337, in _parse > tmsg = unicode(tmsg, self._charset) > LookupError: unknown encoding: CHARSET
You have to fill out the header of these files (see other languages in locale/po/ ) Markus > Error in GUI startup. If necessary, please > report this error to the GRASS developers. > Switching to text mode now. > Hit RETURN to continue... > > any help will be greatly appreciated.. > > Thanks & Regardds > > Mohammed Rashad K.M > http://keralainfo.web4all.in > > > _______________________________________________ > grass-translations mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-translations > > _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
