Hello all,
I have no more gui on grass 7.6 after upgrade from debian strech to buster.
Thank you for your help !
Regards
Frank
See below last errors :
Traceback (most recent call last):
File “/usr/local/grass-7.6.0/gui/wxpython/wxgui.py”, line 169, in
sys.exit(main())
File “/usr/local/grass-7.6.0/gui/wxpython/wxgui.py”, line 156, in main
app = GMApp(workspaceFile)
File “/usr/local/grass-7.6.0/gui/wxpython/wxgui.py”, line 50, in init
wx.App.init(self, False)
File “/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py”, line 8628, in init
self._BootstrapApp()
File “/usr/lib/python2.7/dist-packages/wx-3.0-gtk3/wx/_core.py”, line 8196, in _BootstrapApp
return core.PyApp__BootstrapApp(*args, **kwargs)
File “/usr/local/grass-7.6.0/gui/wxpython/wxgui.py”, line 103, in OnInit
workspace=self.workspaceFile)
File “/usr/local/grass-7.6.0/gui/wxpython/lmgr/frame.py”, line 142, in init
self.notebook = self._createNoteBook()
File “/usr/local/grass-7.6.0/gui/wxpython/lmgr/frame.py”, line 337, in _createNoteBook
gcstyle=GC_PROMPT)
File “/usr/local/grass-7.6.0/gui/wxpython/gui_core/goutput.py”, line 118, in init
self.cmdPrompt = GPromptSTC(parent=self, menuModel=self._menuModel)
File “/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py”, line 139, in init
GPrompt.init(self, parent=parent, menuModel=menuModel)
File “/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py”, line 57, in init
self.mapList = self._getListOfMaps()
File “/usr/local/grass-7.6.0/gui/wxpython/gui_core/prompt.py”, line 101, in _getListOfMaps
result[‘raster’] = grass.list_strings(‘raster’)
File “/usr/local/grass-7.6.0/etc/python/grass/script/core.py”, line 1252, in list_strings
mapset=mapset).splitlines():
File “/usr/local/grass-7.6.0/etc/python/grass/script/core.py”, line 478, in read_command
return handle_errors(returncode, stdout, args, kwargs)
File “/usr/local/grass-7.6.0/etc/python/grass/script/core.py”, line 334, in handle_errors
returncode=returncode)
grass.exceptions.CalledModuleError: Module run None [‘g.list’, ‘–q’, ‘-m’, ‘type=raster’] ended with error
Process ended with non-zero return code 127. See errors in the (error) output.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File “/usr/lib/python2.7/atexit.py”, line 24, in _run_exitfuncs
func(*targs, **kargs)
PyAssertionError: C++ assertion “GetEventHandler() == this” failed at …/src/common/wincmn.cpp(478) in ~wxWindowBase(): any pushed event handlers must have been removed
Error in sys.exitfunc:
Traceback (most recent call last):
File “/usr/lib/python2.7/atexit.py”, line 24, in _run_exitfuncs
func(*targs, **kargs)
wx._core.PyAssertionError: C++ assertion “GetEventHandler() == this” failed at …/src/common/wincmn.cpp(478) in ~wxWindowBase(): any pushed event handlers must have been removed
···
–