<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 4, 2018 at 2:00 AM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Sep 4, 2018 at 12:39 AM Anna Petrášová <<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>> wrote:<br>
><br>
> are you sure you did make distclean?<br>
<br>
You are right, solved with that.<br>
<br>
Here a few more issues: At wxGUI startup:<br><br>
##################################################<br>
# seen in the terminal:<br>
<br>
    from grass.pygrass.vector import VectorTopo<br>
  File "/home/mneteler/software/grass77/dist.x86_64-pc-linux-gnu/etc/python/grass/pygrass/vector/__init__.py",<br>
line 7, in <module><br>
    import grass.lib.vector as libvect<br>
  File "/home/mneteler/software/grass77/dist.x86_64-pc-linux-gnu/etc/python/grass/lib/vector.py",<br>
line 5863<br>
    PORT_LONG_MAX = 2147483647L<br>
                              ^<br>
SyntaxError: invalid syntax<br>
<br></blockquote><div><br></div><div><br></div><div>regarding this issue, make sure you compile GRASS with Python 3. I get this if I compile it with Python2 and then open it with Python 3.</div><div><br></div><div>Anna </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Markus<br>
</blockquote></div></div>