Opened 15 years ago

Closed 14 years ago

#639 closed defect (fixed)

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:
CPU: x86-64 Platform: MSWindows Vista

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 (6)

comment:1 by hamish, 15 years ago

Keywords: wingrass added

comment:2 by hamish, 15 years ago

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

comment:3 by hamish, 15 years ago

Component: RasterwxGUI
Keywords: r.in.aster added

can anyone else reproduce this?

comment:4 by neteler, 15 years ago

Keywords: nviz added

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'.

comment:5 by neteler, 15 years ago

See also #553

comment:6 by hamish, 14 years ago

Resolution: fixed
Status: newclosed

now it works.

Note: See TracTickets for help on using tickets.