[GRASS-dev] Unable to install manual for add-on r.estimap.recreation under Windows

Nikos Alexandris nik at nikosalexandris.net
Sun Jan 13 14:31:26 PST 2019


* Markus Neteler <neteler at osgeo.org> [2019-01-13 19:43:10 +0100]:

>On Sun, Jan 13, 2019 at 7:41 PM Nikos Alexandris
><nik at nikosalexandris.net> wrote:
>> * Nikos Alexandris <nik at nikosalexandris.net> [2019-01-13 19:26:04 +0100]:
>> >* Helmut Kudrnovsky <hellik at web.de> [2019-01-13 09:51:25 -0700]:
>...
>> Is it the shebang line? I.e., it should be
>>
>> `#!/usr/bin/env python`
>>
>> instead of
>>
>> `#!/usr/bin/python` ?
>
>Bingo.
>
>ag 'usr/bin/python'
>r.estimap.recreation/test.r.estimap.recreation.py
>1:#!/usr/bin/python\<nl>\
>
>r.estimap.recreation/r.estimap.recreation.py
>1:#!/usr/bin/python
>
>All the other Python scripts use
>
>#!/usr/bin/env python
>
>So that needs to be fixed in your two scripts.

I've updated both. Hope to see it working tomorrow.

N

ps- @Martin and @Helmut and every other person that works on the
MS-Windows front: a HUGE thank you for your efforts.  I can only guess
that it must be a hard work to make things roll under Windows.


More information about the grass-dev mailing list