id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,platform,cpu
1729,Add 3d raster does not open GUI,helena,martinl,"3D raster cannot be added to GIS manager and cannot be visualized with wxnviz, 
it gives the following error

Unable to fetch interface description for command
'd.rast3d'.
Details: [Errno 2] No such file or directory

So it cannot find the command. I couldn't find any solution,
maybe someone else knows what's going on?
I found related ticket here [1].
[1] http://trac.osgeo.org/grass/ticket/1515

see also https://trac.osgeo.org/grass/ticket/1692 and friends.

d.rast3d.py fails because it is not in the PATH.

This trick helps (for testing):

ln -s $HOME/grass64/gui/wxpython/scripts/d.rast3d.py $GISBASE/scripts/
chmod a+x $GISBASE/scripts/d.rast3d.py

Markus
_________________________________________",defect,closed,blocker,6.4.3,wxGUI,svn-releasebranch64,fixed,"volume, wxnviz, d.rast3d",grass-dev@…,MacOSX,OSX/Intel
