Opened 11 years ago
Closed 4 years ago
#388 closed defect (outdated)
nviz is missing in osgeo4w 64bit
Reported by: | lutra | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
Under QGIS the message is
Module nviz not found
Change History (7)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
Replying to wildintellect:
Is Nviz confirmed present in GRASS itself?
no, it does not seems
GRASS 6.4.3 (teste)> nviz elevation=mdt 'nviz' is not recognized as an internal or external command, operable program or batch file.
and there seems to be a more general issue with rasters, because with the GUI when I try to add a raster I get
Traceback (most recent call last):
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\lmgr
\frame.py", line 1535, in OnAddRaster
self.curr_page.maptree.AddLayer('raster')
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\lmgr
\layertree.py", line 924, in AddLayer
self.PropertiesDialog(layer, show = True)
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\lmgr
\layertree.py", line 1036, in PropertiesDialog
completed = (self.GetOptData,layer,params))
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\gui_
core\forms.py", line 1873, in ParseCommand
raise gcmd.GException(e.value) core.gcmd . GException : Unable to fetch interface description for command 'd.rast'. Details: Traceback (most recent call last):
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\lmgr
\layertree.py", line 1046, in OnActivateLayer
self.PropertiesDialog (layer)
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\lmgr
\layertree.py", line 1036, in PropertiesDialog
completed = (self.GetOptData,layer,params))
File "C:\OSGEO4~1\apps\grass\grass-6.4.3\etc\wxpython\gui_
core\forms.py", line 1873, in ParseCommand
raise gcmd.GException(e.value) core.gcmd . GException : Unable to fetch interface description for command 'd.rast'. Details:
follow-up: 4 comment:3 by , 11 years ago
GRASS in OSGeo4W 64bit doesn't have Tk, which nviz
apparently requires.
follow-up: 5 comment:4 by , 11 years ago
Hi Jurgen,
Replying to jef:
GRASS in OSGeo4W 64bit doesn't have Tk, which
nviz
apparently requires.
so something fixable or that will never happen?
thanks in advance
comment:5 by , 11 years ago
comment:6 by , 11 years ago
FWIW, in GRASS GIS 7 nviz has been rewritten and no longer requires Tcl/TK:
comment:7 by , 4 years ago
Resolution: | → outdated |
---|---|
Status: | new → closed |
Is Nviz confirmed present in GRASS itself?