<div dir="ltr"><br><br>On Mon, Aug 5, 2019 at 5:35 PM Sebastián Dietrich <<a href="mailto:sebadietrich@gmail.com">sebadietrich@gmail.com</a>> wrote:<br>><br>> Hi everyone, when i try to launch g.gui i get the following message:<br>><br>> GRASS 7.4.1 (EPSG5344):~/Documentos/grassdata > g.gui<br>> Lanzando GUI <wxpython> en el fondo, por favor espere...<br>> Traceback (most recent call last):<br>>   File "/usr/lib/grass74/gui/wxpython/wxgui.py", line 25, in <module><br>>     from core import globalvar<br>>   File "/usr/lib/grass74/gui/wxpython/core/globalvar.py", line 39, in <module><br>>     'locale')).ugettext<br>> AttributeError: 'GNUTranslations' object has no attribute 'ugettext'<br>> [MÁSCARA ráster presente]<br>> GRASS 7.4.1 (EPSG5344):~/Documentos/grassdata ><br>><br>> Can someone help with this issue?<br><div><br></div><div>GNUTranslations has an attribute ugettext only in Python2, not in Python3. Make sure that the link "python" points to "python2", test with "python --version"<br></div><div><br></div><div>Markus M<br></div><br></div>