Opened 14 years ago
Closed 14 years ago
#1097 closed defect (fixed)
Can't run r.mapcalc by GUI after loading raster layers in map display
Reported by: | lferreira | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | GUI raster calculator | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description
Ubuntu 10.04, x86_64 GRASS devel svn r42634
Without loading any raster layer to map display, running r.mapcalc by GUI, doesn't give any error.
After loading raster layers, when running r.mapcalc by GUI, gives the error:
Traceback (most recent call last):
File "/usr/lib/grass-6.5.svn/etc/wxpython/wxgui.py", line
1021, in OnMapCalculator
cmd = self.GetMenuCmd(event)
File "/usr/lib/grass-6.5.svn/etc/wxpython/wxgui.py", line
422, in GetMenuCmd
input = menuform.GUI().GetCommandInputMapParamKey(cmdlist[0])
File "/usr/lib/grass-6.5.svn/etc/wxpython/gui_modules/menu
form.py", line 1986, in GetCommandInputMapParamKey
tree = etree.fromstring(getInterfaceDescription(cmd))
File "/usr/lib/grass-6.5.svn/etc/wxpython/gui_modules/menu
form.py", line 1830, in getInterfaceDescription
raise IOError, _("Unable to fetch interface description for command '%s'.") % cmd IOError : Unable to fetch interface description for command 'r.mapcalc'.
Change History (2)
follow-up: 2 comment:1 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hopefully fixed in r42637.