[GRASS-user] Problems to launch GRASS 7.0.svn

Hi all,

I can’t launch GRASS 7.0.svn on a MacOSX 10.6.8.

Many thanks in advance,

Jose Guerrero

This is the error message:
torre-b-024:~ joseca_IMac$ ‘/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass.sh’; exit
Rebuilding Addon HTML manual pages index…
Rebuilding Addon menu…
Python 2.6.1 found.

WELCOME TO GRASS 7.0.svn

  1. Have at your side all available GRASS tutorials

  2. When working on your location, the following materials
    are extremely useful:

  • A topo map of your area
  • Current catalog of available computer maps
  1. Check the GRASS webpages for feedback mailinglists and more:
    http://grass.osgeo.org
    http://www.grass-gis.org

Hit RETURN to continue
Starting GRASS GIS…
Traceback (most recent call last):
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py”, line 885, in
GRASSStartUp = StartUp(0)
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/python/wx/_core.py”, line 7981, in init
self._BootstrapApp()
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/python/wx/_core.py”, line 7555, in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py”, line 860, in OnInit
StartUp = GRASSStartup()
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py”, line 55, in init
self.grassrc = self._readGisRC()
File “/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py”, line 370, in _readGisRC
grassrc[key.strip()] = DecodeString(val.strip())
File “/Users/Shared/grass_dev/grass70_dev/dist.i386-apple-darwin10.8.0/etc/gui/wxpython/core/gcmd.py”, line 71, in DecodeString
File “/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py”, line 459, in getdefault locale return _parse_localename(localename)
File “/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py”, line 391, in _parse_localename raise ValueError, ‘unknown locale: %s’ % localename
ValueError: unknown locale: UTF-8
Error in GUI startup. If necessary, please report this error to the GRASS developers.
Switching to text mode now.

Hit RETURN to continue…

################################################################
Dr. José Carlos Guerrero
Laboratorio de Desarrollo Sustentable y Gestión Ambiental del Territorio (LDSGAT)
Instituto de Ecología y Ciencias Ambientales (IECA)
Facultad de Ciencias
Universidad de la República
Montevideo-URUGUAY
################################################################

2012/2/8 José Carlos Guerrero Antúnez <jcgantunez@gmail.com>:

Hi all,

I can't launch GRASS 7.0.svn on a MacOSX 10.6.8.

...

torre-b-024:~ joseca_IMac$
'/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass.sh'; exit
Rebuilding Addon HTML manual pages index...
Rebuilding Addon menu...
Python 2.6.1 found.

WELCOME TO GRASS 7.0.svn

...

Starting GRASS GIS...
Traceback (most recent call last):
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py",
line 885, in <module>
GRASSStartUp = StartUp(0)
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/python/wx/_core.py",
line 7981, in __init__
self._BootstrapApp()
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/python/wx/_core.py",
line 7555, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py",
line 860, in OnInit
StartUp = GRASSStartup()
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py",
line 55, in __init__
self.grassrc = self._readGisRC()
File
"/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py",
line 370, in _readGisRC
grassrc[key.strip()] = DecodeString(val.strip())
File
"/Users/Shared/grass_dev/grass70_dev/dist.i386-apple-darwin10.8.0/etc/gui/wxpython/core/gcmd.py",
line 71, in DecodeString
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py",
line 459, in getdefault locale return _parse_localename(localename)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py",
line 391, in _parse_localename raise ValueError, 'unknown locale: %s' %
localename
ValueError: unknown locale: UTF-8

I wonder if this is related to
http://trac.osgeo.org/grass/ticket/1200

?
Markus