I keep getting the following error when attempting to start grass on Windows XP:-
GRASS 6.4> Traceback (most recent call last):
File “c:/Program Files/GRASS 6.4RC1/etc/wxpython/wxgui.py”, line 65, in
from gui_modules import layertree
File “C:\Program Files\GRASS 6.4RC1\etc\wxpython\gui_modules\layertree.py”, line 44, in
import toolbars
File “C:\Program Files\GRASS 6.4RC1\etc\wxpython\gui_modules\toolbars.py”, line 51, in
from icon import Icons
File “C:/Program Files/GRASS 6.4RC1\etc\wxpython\icons\icon.py”, line 433, in
‘scriptSave’ : MetaIcon(img = iconSet[‘script-save’],
KeyError: ‘script-save’
GRASS 6.4> g.gui wxpython
Traceback (most recent call last):
File “c:/Program Files/GRASS 6.4RC1/etc/wxpython/wxgui.py”, line 65, in
from gui_modules import layertree
File “C:\Program Files\GRASS 6.4RC1\etc\wxpython\gui_modules\layertree.py”, line 44, in
import toolbars
File “C:\Program Files\GRASS 6.4RC1\etc\wxpython\gui_modules\toolbars.py”, line 51, in
from icon import Icons
File “C:/Program Files/GRASS 6.4RC1\etc\wxpython\icons\icon.py”, line 433, in
‘scriptSave’ : MetaIcon(img = iconSet[‘script-save’],
KeyError: ‘script-save’
Launching ‘wxpython’ GUI in the background, please wait …
GRASS 6.4>
I downloaded the following binaries from;-
http://grass.fbk.eu/grass64/binary/mswindows/native/
Any ideas would be grateful
–
Paul J. Shapley