Opened 6 years ago

Closed 6 years ago

#3681 closed defect (fixed)

g.gui.tplot does not open

Reported by: veroandreo Owned by: grass-dev@…
Priority: normal Milestone: 7.8.0
Component: wxGUI Version: svn-trunk
Keywords: g.gui.tplot, temporal Cc:
CPU: Unspecified Platform: Unspecified

Description

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.

Change History (2)

comment:1 by annakrat, 6 years ago

In 73552:

wxGUI: fix for wxPython 4, see #3681

comment:2 by veroandreo, 6 years ago

Resolution: fixed
Status: newclosed

Reported issue fixed. Thanks!!

Note: See TracTickets for help on using tickets.