spacetelescope/wss_tools

No method found matching xxxx

Closed this issue · 1 comments

pllim commented

QUIP (or rather, Ginga) gives the following terminal messages on start-up, which are misinterpreted as errors by WEx. Need to find a way to make these messages go away.

No method found matching 'ms_draw'
No method found matching 'kp_poly_del'
No method found matching 'ms_none'
No method found matching 'gs_swipe'
No method found matching 'kp_poly_add'
No method found matching 'ms_wheel'
No method found matching 'gs_tap'
No method found matching 'kp_edit_del'
No method found matching 'ms_cursor'

Opened an issue for Ginga to address this at ejeschke/ginga#357

pllim commented

Turns out, in Python 3.2 and later, an extra incantation is needed to silence those printouts. See https://docs.python.org/3/howto/logging.html