Markus, thanks! You're right, i have python 3.7.1. Unfortunately, i've no idea how to get that the link "python" points "python2" Thanks!
On Mon, Aug 5, 2019 at 5:32 PM Markus Metz <[email protected]> wrote: > > > On Mon, Aug 5, 2019 at 5:35 PM Sebastián Dietrich <[email protected]> > wrote: > > > > Hi everyone, when i try to launch g.gui i get the following message: > > > > GRASS 7.4.1 (EPSG5344):~/Documentos/grassdata > g.gui > > Lanzando GUI <wxpython> en el fondo, por favor espere... > > Traceback (most recent call last): > > File "/usr/lib/grass74/gui/wxpython/wxgui.py", line 25, in <module> > > from core import globalvar > > File "/usr/lib/grass74/gui/wxpython/core/globalvar.py", line 39, in > <module> > > 'locale')).ugettext > > AttributeError: 'GNUTranslations' object has no attribute 'ugettext' > > [MÁSCARA ráster presente] > > GRASS 7.4.1 (EPSG5344):~/Documentos/grassdata > > > > > Can someone help with this issue? > > GNUTranslations has an attribute ugettext only in Python2, not in Python3. > Make sure that the link "python" points to "python2", test with "python > --version" > > Markus M > >
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
