[GRASS-dev] r38602 breaks scripts

Glynn Clements glynn at gclements.plus.com
Mon Aug 3 14:39:30 EDT 2009


r38602 modified all of the scripts to use _(...) to localise messages:

http://trac.osgeo.org/grass/changeset/38602

The main problem problem with this is that the _() function isn't
defined, so any script printing a message fails.

Presumably lib/python/core.py is supposed to initialise gettext, e.g.:

http://docs.python.org/library/gettext.html#localizing-your-application

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list