[GRASS-dev] [GRASS GIS] #3681: g.gui.tplot does not open
GRASS GIS
trac at osgeo.org
Sun Oct 14 10:17:24 PDT 2018
#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>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list