after recent update on November 11th my grass installation stopped working. I can get to grass shell without gui, but can't start anything. It alway looks like this:
➜ ~ g.gui wxpython
Launching <wxpython> GUI in the background, please wait...
Traceback (most recent call last):
File "/usr/lib/grass78/gui/wxpython/wxgui.py", line 105, in OnInit
from lmgr.frame import GMFrame
File "/usr/lib/grass78/gui/wxpython/lmgr/frame.py", line 50, in <module>
from gui_core.preferences import MapsetAccess, PreferencesDialog
File "/usr/lib/grass78/gui/wxpython/gui_core/preferences.py", line 51, in <module>
from gui_core.dialogs import SymbolDialog, DefaultFontDialog
File "/usr/lib/grass78/gui/wxpython/gui_core/dialogs.py", line 50, in <module>
from gui_core.gselect import LocationSelect, MapsetSelect, Select, \
File "/usr/lib/grass78/gui/wxpython/gui_core/gselect.py", line 64, in <module>
from gui_core.widgets import ManageSettingsWidget, CoordinatesValidator
File "/usr/lib/grass78/gui/wxpython/gui_core/widgets.py", line 92, in <module>
from gui_core.wrap import Button, SearchCtrl, StaticText, StaticBox, \
File "/usr/lib/grass78/gui/wxpython/gui_core/wrap.py", line 39, in <module>
from wx import NewIdRef as NewId
ImportError: cannot import name 'NewIdRef'
OnInit returned false, exiting...
I tried reinstalling grass from grass-devel and ubuntugis-unstable PPAs to same result. I also tried compiling from source, with no success so far.
Hope to solve this, as I realy loved working with grass 6.4.x couple years ago.
after recent update on November 11th my grass installation stopped working. I can get to grass shell without gui, but can't start anything. It alway looks like this:
➜ ~ g.gui wxpython
Launching <wxpython> GUI in the background, please wait...
Traceback (most recent call last):
File "/usr/lib/grass78/gui/wxpython/wxgui.py", line 105, in OnInit
from lmgr.frame import GMFrame
File "/usr/lib/grass78/gui/wxpython/lmgr/frame.py", line 50, in <module>
from gui_core.preferences import MapsetAccess, PreferencesDialog
File "/usr/lib/grass78/gui/wxpython/gui_core/preferences.py", line 51, in <module>
from gui_core.dialogs import SymbolDialog, DefaultFontDialog
File "/usr/lib/grass78/gui/wxpython/gui_core/dialogs.py", line 50, in <module>
from gui_core.gselect import LocationSelect, MapsetSelect, Select, \
File "/usr/lib/grass78/gui/wxpython/gui_core/gselect.py", line 64, in <module>
from gui_core.widgets import ManageSettingsWidget, CoordinatesValidator
File "/usr/lib/grass78/gui/wxpython/gui_core/widgets.py", line 92, in <module>
from gui_core.wrap import Button, SearchCtrl, StaticText, StaticBox, \
File "/usr/lib/grass78/gui/wxpython/gui_core/wrap.py", line 39, in <module>
from wx import NewIdRef as NewId
ImportError: cannot import name 'NewIdRef'
OnInit returned false, exiting...
I tried reinstalling grass from grass-devel and ubuntugis-unstable PPAs to same result. I also tried compiling from source, with no success so far.
Hope to solve this, as I realy loved working with grass 6.4.x couple years ago.
po 25. 11. 2019 v 8:35 odesílatel Martin Landa <landa.martin@gmail.com> napsal:
> I tried reinstalling grass from grass-devel and ubuntugis-unstable PPAs
> to same result. I also tried compiling from source, with no success so far.
it's a known issue [1]. Will be fixed in upcoming release 7.8.2. Ma
I have published new package with locally applied patch. Try to
install 7.8.1-1~bionic2. Martin