* Nikos Alexandris <[email protected]> [2019-01-13 19:26:04 +0100]:

* Helmut Kudrnovsky <[email protected]> [2019-01-13 09:51:25 -0700]:

NikosAlexandris wrote
Dear Windows experts,

in installing the add-on r.estimap.recreation under Windows, I get this
error:

ERROR: Unable to read manual page: [Errno 2] No such file or directory:
'C:\\OSGEO4~1\\apps\\grass\\grass-7.4.4\\docs\\html\\r.estimap.recreation.html'

What can I do about this?  Is it an non-clean installation of GRASS GIS
issue?


I've found a couple of old references:

https://lists.osgeo.org/pipermail/grass-dev/2012-November/060651.html
https://lists.osgeo.org/pipermail/grass-user/attachments/20141023/007284ec/attachment.html
https://lists.osgeo.org/pipermail/grass-dev/2015-August/075990.html

Nothing with a specific explanation and solution though.

Nikos
_______________________________________________
grass-dev mailing list

[email protected]

https://lists.osgeo.org/mailman/listinfo/grass-dev

see compilation Log:

https://wingrass.fsv.cvut.cz/grass77/x86_64/addons/grass-7.7.svn/logs/r.estimap.recreation.log

the addon isn't compiled, therefore the Message.

Thanks for heads-up!  Now, what's next to check?

```
if [ "/c/Users/landa/grass_packager/grass77/x86_64/addons/r.estimap.recreation/scripts/r.estimap.recreation.py" != "" ] ; then 
GISRC=/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/demolocation/.grassrc77 GISBASE=C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32 
PATH="/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/bin:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/bin:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts:$PATH"
 
PYTHONPATH="C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/etc/python;C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/gui/wxpython;$PYTHONPATH"
 
PATH="/c/Users/landa/grass_packager/grass77/x86_64/addons/r.estimap.recreation/bin:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/bin:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/lib:/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/lib:/c/osgeo4w64/bin:/c/msys64/usr/bin:/c/msys64/mingw64/bin:/c/ProgramData/Oracle/Java/javapath:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program
 Files/Microsoft SQL Server/110/Tools/Binn:/c/Program Files/Microsoft Windows Performance Toolkit:/c/Program Files (x86)/Windows Kits/8.1/Windows 
Performance Toolkit:/c/Program Files (x86)/Git/cmd" LC_ALL=C LANG=C LANGUAGE=C 
/c/Users/landa/grass_packager/grass77/x86_64/addons/r.estimap.recreation/scripts/r.estimap.recreation.py --html-description < /dev/null | grep 
-v '</body>\|</html>' > r.estimap.recreation.tmp.html ; fi
/bin/sh: 
/c/Users/landa/grass_packager/grass77/x86_64/addons/r.estimap.recreation/scripts/r.estimap.recreation.py:
 /usr/bin/python: bad interpreter: Permission denied
/c/msys64/usr/src/grass_trunk/include/Make/Html.make:14: recipe for target 
'r.estimap.recreation.tmp.html' failed
```

What can I make out of this?  Is there something wrong in the HTML file?
(Which I need to update, anyway.)  I am searching of course in trac and
else to see how I can go on with this.

Is it the shebang line? I.e., it should be

`#!/usr/bin/env python`

instead of

`#!/usr/bin/python` ?

I have to wait till tomorrow for the re-compilation I guess.

Nikos
_______________________________________________
grass-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to