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)

comment:1 by martinl, 14 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Hopefully fixed in r42637.

in reply to:  1 comment:2 by lferreira, 14 years ago

Resolution: fixed
Status: assignedclosed

Replying to martinl:

Hopefully fixed in r42637.

Solved in real time :)

Thank you,

Luís

Note: See TracTickets for help on using tickets.