Opened 5 years ago
Closed 5 years ago
#3904 closed defect (fixed)
7.9.dev: startup warning
Reported by: | rshepard | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.1 |
Component: | wxGUI | Version: | git-releasebranch78 |
Keywords: | startup, gui, warning | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Invoking 'grass97 --gui' shows this warning:
/usr/local/grass79/gui/wxpython/wxgui.py:101: DeprecationWarning: Yield() is deprecated
wx.Yield()
09:01:58: Debug: Adding duplicate image handler for 'Windows bitmap file' 09:01:58: Debug: Adding duplicate image handler for 'Windows bitmap file'
Hope this helps,
Rich
Change History (2)
comment:2 by , 5 years ago
Milestone: | → 7.8.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | svn-trunk → git-releasebranch78 |
Fixed by Anna in master and release_branch_7_8. Closing
Note:
See TracTickets
for help on using tickets.
Fix for
wx.Yield()
provided in https://github.com/OSGeo/grass/pull/160The fix for
was already done in https://github.com/OSGeo/grass/pull/157