[GRASS-dev] [GRASS GIS] #1097: Can't run r.mapcalc by GUI after loading raster layers in map display

#1097: Can't run r.mapcalc by GUI after loading raster layers in map display
-----------------------------------+----------------------------------------
Reporter: lferreira | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Keywords: GUI raster calculator | Platform: Linux
      Cpu: x86-64 |
-----------------------------------+----------------------------------------
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'.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1097&gt;
GRASS GIS <http://grass.osgeo.org>

#1097: Can't run r.mapcalc by GUI after loading raster layers in map display
-----------------------------------+----------------------------------------
Reporter: lferreira | Owner: martinl
     Type: defect | Status: assigned
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Keywords: GUI raster calculator | Platform: Linux
      Cpu: x86-64 |
-----------------------------------+----------------------------------------
Changes (by martinl):

* cc: grass-dev@… (added)
  * owner: grass-dev@… => martinl
  * status: new => assigned

Comment:

Hopefully fixed in r42637.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1097#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1097: Can't run r.mapcalc by GUI after loading raster layers in map display
------------------------+---------------------------------------------------
  Reporter: lferreira | Owner: martinl
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords: GUI raster calculator
  Platform: Linux | Cpu: x86-64
------------------------+---------------------------------------------------
Changes (by lferreira):

  * status: assigned => closed
  * resolution: => fixed

Comment:

Replying to [comment:1 martinl]:
> Hopefully fixed in r42637.

Solved in real time :slight_smile:

Thank you,

Luís

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1097#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>