Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Anna Petrášová
I would say ctypes compilation may be a problem, there is a common issue
related to libproj, see also
https://github.com/OSGeo/grass/issues/435#issuecomment-688807074

Anna

On Fri, Aug 12, 2022 at 11:45 AM Eric Patton via grass-user <
grass-user@lists.osgeo.org> wrote:

> --- Original Message ---
> On Friday, August 12th, 2022 at 12:27, Markus Neteler 
> wrote:
>
> > Pls run this to print the Python and wxPython versions:
> >
> > python3 -c "import sys, wx; print(sys.version); print(wx.version())"
>
> libgrass:
> > locate libgrass_gis.8.3.so
> /usr/local/grass/dist.x86_64-pc-linux-gnu/lib/libgrass_gis.8.3.so
> /usr/local/grass83/lib/libgrass_gis.8.3.so
>
> python3:
> > python3 -c "import sys, wx; print(sys.version); print(wx.version())"
> 3.8.10 (default, Jun 22 2022, 20:18:18)
> [GCC 9.4.0]
> 4.0.7 gtk3 (phoenix) wxWidgets 3.0.4
>
> ~ Eric.
>
>
>
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] r.mapcalc radians vs degrees

2022-08-12 Thread Anna Petrášová
On Wed, Aug 10, 2022 at 11:20 AM Frank David  wrote:

> Hello,
>
> It seems to me that there is an error on r.mapcalc manual page. The angle
> should be entered in radians and not in degrees in the trigonometric
> functions...
>

Why do you think so? In the past I've used degrees in r.mapcalc without
problems and I don't think there was any change impacting this.

Anna


> Regards,
>
> Frank
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Eric Patton via grass-user
--- Original Message ---
On Friday, August 12th, 2022 at 12:27, Markus Neteler  wrote:

> Pls run this to print the Python and wxPython versions:
>
> python3 -c "import sys, wx; print(sys.version); print(wx.version())"

libgrass:
> locate libgrass_gis.8.3.so
/usr/local/grass/dist.x86_64-pc-linux-gnu/lib/libgrass_gis.8.3.so
/usr/local/grass83/lib/libgrass_gis.8.3.so

python3:
> python3 -c "import sys, wx; print(sys.version); print(wx.version())"
3.8.10 (default, Jun 22 2022, 20:18:18)
[GCC 9.4.0]
4.0.7 gtk3 (phoenix) wxWidgets 3.0.4

~ Eric.




___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Markus Neteler
On Fri, Aug 12, 2022 at 3:49 PM Eric Patton via grass-user
 wrote:
> On Thursday, August 11th, 2022 at 19:29, Markus Neteler  
> 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  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
___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Eric Patton via grass-user
--- Original Message ---
On Thursday, August 11th, 2022 at 19:29, Markus Neteler  
wrote:
> Please check if you have by chance PROJ libraries twice on your system
> (maybe a leftover from a local compilation vs distro packages.
>
> sudo updatedb
> locate libproj
>
> may be of help here. Also check the output of
>
> ldd $(which g.region)
>
> for anything suspicious.

Hi Markus,

Indeed, it looks like a did have multiple projlibs installed - thanks.

> > 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  GUI in the background, please wait...
> > > wxdigit.py: Could not load grass_gis.8.3.
> > > wxnviz.py: Could not load grass_gis.8.3.
>
>
> Please check (with locate, see above) if the library is on your system.

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


> > Additionally, I wanted to ask if we have a searchable Grass mailing list 
> > site? The mailman site is kind of useless for trying to search old messages.
>
>
> I want that, too :-)
> For the time being, here is a 3rd party search interface
> https://marc.info/?l=grass-user=1=2
>
> Markus

Thanks so much for this site, I had no idea it existed!

~ Eric.




___
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user