[GRASS-dev] adding volume layer in 6.4.3 and 7 binaries

Markus Neteler neteler at osgeo.org
Fri Sep 7 05:29:49 PDT 2012


On Wed, Aug 29, 2012 at 12:15 PM, Hamish <hamish_b at yahoo.com> wrote:
> Anna wrote:
>> 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


More information about the grass-dev mailing list