On Fri, Oct 20, 2017 at 10:03 AM, Martin Landa <landa.mar...@gmail.com> wrote:
> Hi,
>
> 2017-10-20 9:16 GMT+02:00 Helmut Kudrnovsky <hel...@web.de>:
>> looking into winGRASS build logs:
>>
>> https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71566-385/error.log
>> https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71567-385/error.log
>
> see 
> https://wingrass.fsv.cvut.cz/grass73/x86_64/logs/log-r71567-385/package.log
>
> """
> SyntaxError: Non-ASCII character '\xc3' in file
> C:/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/scripts/r.plane.py
> on line 6, but no encoding declared; see
> http://python.org/dev/peps/pep-0263/ for details
> ../../include/Make/Html.make:14: recipe for target 'r.plane.tmp.html' failed
> make[3]: *** [r.plane.tmp.html] Error 1
> GISRC=/c/msys64/usr/src/grass_trunk/dist.x86_64-w64-mingw32/demolocation/.grassrc7
> """
>
> putting
>
> """
> # -*- coding: utf-8 -*-
> """
>
> in r.plane.py should fix the issue.

Sorry for accidentially haven broken this. I was not aware that
putting an umlaut into a .py file may become an issue.

Background: I am currently sitting next to this original r.plane
developer Stefan Jäger :-) He noted that his name got lost time ago
and I promised to put it back.
Also the r.statistics original author Martin Schröder is here. Funny
to meet them first time ~23 years after inception of the modules...

Re: bugfix. I could also change the name to "Jaeger". Let me know what
you prefer.

best,
Markus


-- 
Markus Neteler, PhD
http://www.mundialis.de - free data with free software
http://grass.osgeo.org
http://courses.neteler.org/blog
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to