I have installed all the frameworks before installing the Grass 7 beta and everything appears to to be fine. Howevere, when I try to run the app I get the following:
Last login: Fri Apr 18 12:24:58 on ttys001
'/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass.sh'; exit
CMPiMac01:~ computerscience$ '/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass.sh'; exit
Rebuilding Addon HTML manual pages index…
Rebuilding Addon menu…
Python 2.7.5 found.
WELCOME TO GRASS 7.0.svn
1) Have at your side all available GRASS GIS tutorials
2) When working on your location, the following materials
are extremely useful:
- A topographic map of your area
- Current catalog of available computer maps
3) heck the GRASS GIS web pages for supporting mailing lists and more:
h ttp://grass.osgeo.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 37, in <module>
from core.utils import
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/core/utils.py", line 36, in <module>
from core.gcmd import RunCommand
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/core/gcmd.py", line 744, in <module>
_enc = GetDefaultEncoding() # define as global variable
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/core/gcmd.py", line 737, in GetDefaultEncoding
enc = locale.getdefaultlocale()[1]
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale
return _parse_localename(localename)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, 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…
Traceback (most recent call last):
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass70", line 1324, in <module>
set_data()
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass70", line 679, in set_data
gui_startup()
File "/Applications/GRASS/GRASS-7.0.app/Contents/MacOS/grass70", line 702, in gui_startup
os.execlp(cmd_name, "-text")
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 327, in execlp
execvp(file, args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 344, in execvp
_execvpe(file, args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 380, in _execvpe
func(fullname, *argrest)
OSError: [Errno 2] No such file or directory
logout
[Process completed]
Any ideas?
Lenjon