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

On Sun, Jan 13, 2019 at 7:41 PM Nikos Alexandris
<n...@nikosalexandris.net> wrote:
* Nikos Alexandris <n...@nikosalexandris.net> [2019-01-13 19:26:04 +0100]:
>* Helmut Kudrnovsky <hel...@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.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to