Opened 15 years ago
Closed 15 years ago
#639 closed defect (fixed)
Wingrass native r.in.aster doesn't work
| Reported by: | lroach | Owned by: | |
|---|---|---|---|
| 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
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 , 15 years ago
| Keywords: | wingrass added |
|---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
| Component: | Raster → wxGUI |
|---|---|
| Keywords: | r.in.aster added |
can anyone else reproduce this?
comment:4 by , 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'.

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