Ticket #639 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Wingrass native r.in.aster doesn't work

Reported by: lroach Owned by: grass-dev@…
Priority: normal Milestone: 6.4.0
Component: wxGUI Version: 6.4.0 RCs
Keywords: wingrass, r.in.aster,nviz Cc:
Platform: MSWindows Vista CPU: x86-64

Description

Traceback (most recent call last):

File "C:/GRASS-6-SVN/etc/wxpython/wxgui.py", line 523, in

OnMenuCmd?

menuform.GUI().ParseCommand?(cmd, parentframe=self)

File

"C:\GRASS-6-SVN\etc\wxpython\gui_modules\menuform.py", line 1809, in ParseCommand?

xml.sax.parseString(getInterfaceDescription(cmd[0]).decode(e nc).encode("utf-8"),

File

"C:\GRASS-6-SVN\etc\wxpython\gui_modules\menuform.py", line 1748, in getInterfaceDescription

raise IOError, _("Unable to fetch interface description for command '%s'.") % cmd IOError : Unable to fetch interface description for command 'r.in.aster'.

Change History

Changed 3 years ago by hamish

  • keywords wingrass added

Changed 3 years ago by hamish

can you run it from the (grass+)msys command line?

Changed 3 years ago by hamish

  • keywords wingrass, r.in.aster added; wingrass removed
  • component changed from Raster to wxGUI

can anyone else reproduce this?

Changed 3 years ago by neteler

  • keywords r.in.aster,nviz added; r.in.aster removed

a new colleague of mine signals this problem on Windows (AFAIK Vista):

MENU File 
  |--- NVIZ (requires Tcl/Tk)

One receives the following message:

Traceback (most recent call last):

  File "c:/GRASS/etc/wxpython/wxgui.py", line 523, in

OnMenuCmd

menuform.GUI().ParseCommand(cmd, parentframe=self)

  File "c:\GRASS\etc\wxpython\gui_modules\menuform.py", line

1809, in ParseCommand

xml.sax.parseString(getInterfaceDescription(cmd[0]).decode(e

nc).encode("utf-8"),

  File "c:\GRASS\etc\wxpython\gui_modules\menuform.py", line

1748, in getInterfaceDescription

raise IOError, _("Unable to fetch interface description for

command '%s'.") % cmd

IOError

:
Unable to fetch interface description for command 'nviz'.

Changed 3 years ago by neteler

See also #553

Changed 2 years ago by hamish

  • status changed from new to closed
  • resolution set to fixed

now it works.

Note: See TracTickets for help on using tickets.