Opened 8 years ago
Closed 8 years ago
#3175 closed defect (fixed)
g.gui.tplot AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'
| Reported by: | sbl | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.2.0 |
| Component: | wxGUI | Version: | svn-releasebranch72 |
| Keywords: | g.gui.tplot | Cc: | |
| CPU: | Unspecified | Platform: | Unspecified |
Description (last modified by )
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
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Description: | modified (diff) |
|---|
comment:5 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 69685: