Ticket #1729 (closed defect: fixed)
Add 3d raster does not open GUI
| Reported by: | helena | Owned by: | martinl |
|---|---|---|---|
| Priority: | blocker | Milestone: | 6.4.3 |
| Component: | wxGUI | Version: | svn-releasebranch64 |
| Keywords: | volume, wxnviz, d.rast3d | Cc: | grass-dev@… |
| Platform: | MacOSX | CPU: | OSX/Intel |
Description
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 _

