I am using the GRASS6.4 on Ubuntu 10.04, installed from source (6.4.x release branch version) without problems. However, with the latest few revisions, including revision 42617, I can install GRASS, open the first screen to select location and mapset, but than the GUI doesn’t open and I am getting the following error message on the command line:
GRASS 6.4.0svn (latlon):~/Software/Spatial/GRASS/grass64_release > Traceback (most recent call last):
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 1831, in
sys.exit(main())
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 1824, in main
app = GMApp(workspaceFile)
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 1749, in init
wx.App.init(self, False)
File “/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 7978, in init
self._BootstrapApp()
File “/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py”, line 7552, in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 1767, in OnInit
workspace = self.workspaceFile)
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 142, in init
self.menubar = self.__createMenuBar()
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 263, in __createMenuBar
self.menubar.Append(self.__createMenu(menuItems), menuLabel)
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 278, in __createMenu
self.__createMenuItem(menu, *eachItem)
File “/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py”, line 302, in __createMenuItem
rhandler = eval(handler)
File “”, line 1, in
AttributeError: ‘GMFrame’ object has no attribute ‘DispMapCalculator’
This might be related to #1059 wxGUI: No menu option for r.mapcalc, but I am not sure.
Rgds,
Paulo