Dear List
I am using Grass-7.0 beta3 installed via osgeo4w 32bit installer on Windows 8 64 bit. I have also installed Grass-7.0 beta3 via the windows installer and have the same problem.
I get the error below and not sure what is happening:
Launching GUI in the background, please wait…
/usr/bin/bash.exe: Command not found
Cleaning up temporary files…
Done.
Goodbye from GRASS GIS
C:\Users\sindile\Desktop>ERROR: Variable ‘LOCATION_NAME’ not set
Traceback (most recent call last):
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\wxgui.py”, line 34,
in
from lmgr.frame import GMFrame
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\lmgr\frame.py”, line
50, in
from lmgr.layertree import LayerTree, LMIcons
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\lmgr\layertree.py”,
line 37, in
from mapdisp.frame import MapFrame
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\mapdisp\frame.py”, l
ine 66, in
class MapFrame(SingleMapFrame):
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\mapdisp\frame.py”, l
ine 72, in MapFrame
page = None, Map = Map(), auimgr = None, name = ‘MapWindow’, **kwargs):
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\core\render.py”, lin
e 401, in init
if not self.GetWindow():
File “C:\OSGeo4W\apps\grass\grass-7.0.0beta3\gui\wxpython\core\render.py”, lin
e 460, in GetWindow
filename = os.path.join (env[‘GISDBASE’],
KeyError: ‘GISDBASE’
I also have Grass 6.4.4 installed via osgeo4w and it works fine.