[GRASS-dev] [GRASS GIS] #3681: g.gui.tplot does not open

#3681: g.gui.tplot does not open
-----------------------------------+-------------------------
Reporter: veroandreo | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: svn-trunk
Keywords: g.gui.tplot, temporal | CPU: Unspecified
Platform: Unspecified |
-----------------------------------+-------------------------
When calling G7:g.gui.tplot from main GUI (Temporal -> GUI tools ->
Temporal plot tool) I get the following error in the GUI console tab

{{{
Traceback (most recent call last):
   File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/lmgr/frame.py", line 1914, in
OnTplotTool

frame = TplotFrame(parent=self, giface=self._giface)
   File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 112, in
__init__

self._layout()
   File "/home/veroandreo/software/grass7_trunk/dist.x86_64
-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 207, in
_layout

self.coorval.SetToolTip(_("Coordinates can be obtained for
example"
   File "/usr/lib64/python2.7/site-
packages/wx-3.0-gtk3/wx/_core.py", line 11390, in SetToolTip

return _core_.Window_SetToolTip(*args, **kwargs)
TypeError
:
in method 'Window_SetToolTip', expected argument 2 of type
'wxToolTip *'
}}}

and g.gui.tplot GUI does not appear. It seems to affect trunk only.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3681&gt;
GRASS GIS <https://grass.osgeo.org>

#3681: g.gui.tplot does not open
--------------------------+-----------------------------------
  Reporter: veroandreo | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: g.gui.tplot, temporal
       CPU: Unspecified | Platform: Unspecified
--------------------------+-----------------------------------

Comment (by annakrat):

In [changeset:"73552" 73552]:
{{{
#!CommitTicketReference repository="" revision="73552"
wxGUI: fix for wxPython 4, see #3681
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3681#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>

#3681: g.gui.tplot does not open
--------------------------+-----------------------------------
  Reporter: veroandreo | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.8.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: g.gui.tplot, temporal
       CPU: Unspecified | Platform: Unspecified
--------------------------+-----------------------------------
Changes (by veroandreo):

* status: new => closed
* resolution: => fixed

Comment:

Reported issue fixed. Thanks!!

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3681#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>