You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run GRASS from the desktop the GUI doesn’t open. Running the GUI from the command prompt returns an error related to wxpython.
GRASS tmpproject/PERMANENT:~ > g.gui.wxpython
g.gui.wxpython: comando não encontrado
GRASS tmpproject/PERMANENT:~ > g.gui wxpython
Launching <wxpython> GUI in the background, please wait...
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/wx/core.py", line 3427, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "/usr/lib/grass84/gui/wxpython/wxgui.py", line 93, in show_main_gui
mainframe = GMFrame(
File "/usr/lib/grass84/gui/wxpython/main_window/frame.py", line 181, in __init__
self.workspace_manager.CreateRecentFilesMenu(
File "/usr/lib/grass84/gui/wxpython/lmgr/workspace.py", line 517, in CreateRecentFilesMenu
file_menu = menu.GetMenu(
wx._core.wxAssertionError: C++ assertion ""node"" failed at ./src/common/menucmn.cpp(923) in GetMenu(): bad index in wxMenuBar::GetMenu()
Failed troubleshooting steps:
Deleted ~/.grass8/
ugrade wxpython from 4.2 to 4.2.2 with pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
System information:
Operating System: Pop OS 22.04 (Ubuntu 22.04)
GRASS GIS 8.4.0
UbuntuGIS unstable
When I try to run GRASS from the desktop the GUI doesn’t open. Running the GUI from the command prompt returns an error related to wxpython.
Failed troubleshooting steps:
Deleted ~/.grass8/
ugrade wxpython from 4.2 to 4.2.2 with
pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
System information:
Operating System: Pop OS 22.04 (Ubuntu 22.04)
GRASS GIS 8.4.0
UbuntuGIS unstable
The text was updated successfully, but these errors were encountered: