[GRASS-dev] [GRASS GIS] #3175: g.gui.tplot AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
-------------------------+---------------------------------
Reporter: sbl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Keywords: g.gui.tplot | CPU: Unspecified
Platform: Unspecified |
-------------------------+---------------------------------
g.gui.tplot from GRASS 7.2 (r68908) on a STRDS and got the following error
message:

Traceback (most recent call last):
   File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
130, in <module>
     main()
   File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
116, in main
     frame = TplotFrame(parent=None,
giface=StandaloneGrassInterface())
   File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
106, in __init__
     self._layout()
   File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
230, in _layout
     self.datasetSelectV.Bind(wx.EVT_COMBOBOX_CLOSEUP,
AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'

Related discussion here: https://lists.osgeo.org/pipermail/grass-
dev/2016-October/082613.html

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

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
--------------------------+---------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: g.gui.tplot
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------

Comment (by annakrat):

In [changeset:"69685" 69685]:
{{{
#!CommitTicketReference repository="" revision="69685"
g.gui.tplot: do not use EVT_COMBOBOX_CLOSEUP, not available on all
platforms, see #3175
}}}

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

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
--------------------------+---------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: g.gui.tplot
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Description changed by neteler:

Old description:

g.gui.tplot from GRASS 7.2 (r68908) on a STRDS and got the following
error message:

Traceback (most recent call last):
  File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
130, in <module>
    main()
  File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
116, in main
    frame = TplotFrame(parent=None,
giface=StandaloneGrassInterface())
  File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
106, in __init__
    self._layout()
  File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
230, in _layout
    self.datasetSelectV.Bind(wx.EVT_COMBOBOX_CLOSEUP,
AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'

Related discussion here: https://lists.osgeo.org/pipermail/grass-
dev/2016-October/082613.html

New description:

g.gui.tplot from GRASS 7.2 (r68908) on a STRDS and got the following error
message:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
130, in <module>
     main()
   File "/usr/local/grass-7.2.svn/scripts/g.gui.tplot", line
116, in main
     frame = TplotFrame(parent=None,
giface=StandaloneGrassInterface())
   File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
106, in __init__
     self._layout()
   File
"/usr/local/grass-7.2.svn/gui/wxpython/tplot/frame.py", line
230, in _layout
     self.datasetSelectV.Bind(wx.EVT_COMBOBOX_CLOSEUP,
AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
}}}

Related discussion here: https://lists.osgeo.org/pipermail/grass-
dev/2016-October/082613.html

--

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

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
--------------------------+---------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: g.gui.tplot
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------

Comment (by neteler):

Does r69685 solve it? To be backported?

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

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
--------------------------+---------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: | Keywords: g.gui.tplot
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------

Comment (by annakrat):

In [changeset:"69817" 69817]:
{{{
#!CommitTicketReference repository="" revision="69817"
g.gui.tplot: do not use EVT_COMBOBOX_CLOSEUP, not available on all
platforms, see #3175 (merge from trunk, r69685)
}}}

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

#3175: g.gui.tplot AttributeError: 'module' object has no attribute
'EVT_COMBOBOX_CLOSEUP'
--------------------------+---------------------------------
  Reporter: sbl | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-releasebranch72
Resolution: fixed | Keywords: g.gui.tplot
       CPU: Unspecified | Platform: Unspecified
--------------------------+---------------------------------
Changes (by annakrat):

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

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