[GRASS-user] Need help identifying missing wxgtk dependencies

Markus Neteler neteler at osgeo.org
Fri Aug 12 08:27:11 PDT 2022


On Fri, Aug 12, 2022 at 3:49 PM Eric Patton via grass-user
<grass-user at lists.osgeo.org> wrote:
> On Thursday, August 11th, 2022 at 19:29, Markus Neteler <neteler at osgeo.org> wrote:
...
> > > Launching g.gui gives a popup window that says "Unable to get geographic extent. Force quitting wxGUI. Please manually run g.region to fix the problem."
> > >
> > > On the terminal, this was printed after launhcing g.gui:
> > >
> > > > g.gui
> > > > Launching <wxpython> GUI in the background, please wait...
> > > > wxdigit.py: Could not load grass_gis.8.3.
> > > > wxnviz.py: Could not load grass_gis.8.3.

And libgrass_gis.8.3.so etc are existing?

> I still seem to have the wxdigit error, though.
>
> wxdigit.py:
>
> > locate wxdigit.py
> /usr/local/grass/dist.x86_64-pc-linux-gnu/gui/wxpython/vdigit/wxdigit.py
> /usr/local/grass/gui/wxpython/vdigit/wxdigit.py
> /usr/local/grass83/gui/wxpython/vdigit/wxdigit.py
>
> wxnviz.py:
>
> > locate wxdigit.py
> /usr/local/grass/dist.x86_64-pc-linux-gnu/gui/wxpython/vdigit/wxdigit.py
> /usr/local/grass/gui/wxpython/vdigit/wxdigit.py
> /usr/local/grass83/gui/wxpython/vdigit/wxdigit.py

Pls run this to print the Python and wxPython versions:

python3 -c "import sys, wx; print(sys.version); print(wx.version())"

Markus


More information about the grass-user mailing list