[GRASS-dev] [GRASS GIS] #1515: nviz fails to launch from the
command line
GRASS GIS
trac at osgeo.org
Mon Dec 19 02:21:07 EST 2011
#1515: nviz fails to launch from the command line
---------------------+------------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.2
Component: Python | Version: svn-releasebranch64
Keywords: nviz | Platform: Linux
Cpu: x86-64 |
---------------------+------------------------------------------------------
Hi,
something wrong with the module GUI magic in lib/python/task.py or
gui/wxpython/gui_modules/menuform.py in 6.4svn:
{{{
GRASS64svn> g.gisenv GRASS_GUI
text
GRASS64svn> nviz
}}}
(popup window)
{{{
Unable to fetch interface description for command 'nviz2.2_script'.
Details: [Errno 2] No such file or directory
Try to set up GRASS_ADDON_PATH variable.
}}}
workaround: use the tcl/tk module gui, which works ok:
{{{
g.gui tcltk -u -n
nviz
}}}
`nviz --ui` also fails in 6.4svn.
`nviz --interface-description` works as expected, including module
description.
in devbr6 the module GUI launches, with or without `--ui`.
in trunk `nviz --ui` works to bring up the module GUI.
thanks,
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1515>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list