Posted this to the wx list, but maybe here is good too.
When I use some python modules that uses wx, I get lots of warnings:
(python:18610): Gtk-WARNING **: gtkwidget.c:3497: no accelerator (113,4) installed in accel group (0x9a97620) for GtkImageMenuItem (0x9cc3f58)
How about adding .errorOnWarning so that if someone wants to track this down,
the warning will propagate an error up to the client code, which would help
identify exactly what/where the code is that 'caused' it. It would help to create a simple demo of what it takes to get this warning.
Carl K