Opened 10 years ago

Closed 3 years ago

#388 closed defect (outdated)

nviz is missing in osgeo4w 64bit

Reported by: lutra Owned by: osgeo4w-dev@…
Priority: major Component: Package
Version: Keywords:
Cc:

Description

Under QGIS the message is

Module nviz not found

Change History (7)

comment:1 by wildintellect, 10 years ago

Is Nviz confirmed present in GRASS itself?

in reply to:  1 comment:2 by lutra, 10 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:

comment:3 by jef, 10 years ago

GRASS in OSGeo4W 64bit doesn't have Tk, which nviz apparently requires.

in reply to:  3 ; comment:4 by lutra, 10 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

in reply to:  4 comment:5 by jef, 10 years ago

Replying to lutra:

Replying to jef:

GRASS in OSGeo4W 64bit doesn't have Tk, which nviz apparently requires.

so something fixable or that will never happen?

At least I have no plans to add Tk to the 64bit OSGeo4W.

comment:6 by neteler, 10 years ago

FWIW, in GRASS GIS 7 nviz has been rewritten and no longer requires Tcl/TK:

http://grasswiki.osgeo.org/wiki/WxNVIZ

comment:7 by jef, 3 years ago

Resolution: outdated
Status: newclosed
Note: See TracTickets for help on using tickets.