<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000099">
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:<br>
<br>
--------------------<br>
GRASS 6.4.0svn (latlon):~/Software/Spatial/GRASS/grass64_release >
Traceback (most recent call last):<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 1831, in <module><br>
sys.exit(main())<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 1824, in main<br>
app = GMApp(workspaceFile)<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 1749, in __init__<br>
wx.App.__init__(self, False)<br>
File
"/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7978, in __init__<br>
self._BootstrapApp()<br>
File
"/usr/lib64/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line 7552, in _BootstrapApp<br>
return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 1767, in OnInit<br>
workspace = self.workspaceFile)<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 142, in __init__<br>
self.menubar = self.__createMenuBar()<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 263, in __createMenuBar<br>
self.menubar.Append(self.__createMenu(menuItems), menuLabel)<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 278, in __createMenu<br>
self.__createMenuItem(menu, *eachItem)<br>
File
"/usr/local/grass6.4.current/grass-6.4.0svn/etc/wxpython/wxgui.py",
line 302, in __createMenuItem<br>
rhandler = eval(handler)<br>
File "<string>", line 1, in <module><br>
AttributeError: 'GMFrame' object has no attribute 'DispMapCalculator'<br>
------------------<br>
<br>
This might be related to #1059 wxGUI: No menu option for r.mapcalc, but
I am not sure.<br>
<br>
Rgds,<br>
<br>
Paulo<br>
<br>
<br>
</body>
</html>