Hi,
I get these messages
on OpenSuse 15.1, python 3.6, and wxPython 4.04. I don’t see
them on Windows 10 (of course that makes sense since there is
not GTK). The messages appear on the console but DO NOT
effect the program from running correctly. In the past
(python 2.7 and wxPython 3.x) I use to get a few of these
message but now the list is about 50 - 60 (didn’t really
count). So is there a way suppress the messages??? Below is
just example of the types of messages that appear.
Johnf
(esStudent.py:25288):
Gtk-WARNING **: Negative content width -1 (allocation 1,
extents 1x1) while allocating gadget (node scrolledwindow,
owner GtkScrolledWindow)
(esStudent.py:25288): Gtk-WARNING **: Negative content height
-1 (allocation 1, extents 1x1) while allocating gadget (node
scrolledwindow, owner GtkScrolledWindow)
(esStudent.py:25288): Gtk-CRITICAL **:
gtk_box_gadget_distribute: assertion ‘size >= 0’ failed in
GtkScrollbar
(esStudent.py:25288): Gtk-WARNING **: Negative content width
-17 (allocation 1, extents 9x9) while allocating gadget (node
entry, owner GtkEntry)
(esStudent.py:25288): Gtk-WARNING **: Negative content width
-17 (allocation 1, extents 9x9) while allocating gadget (node
entry, owner GtkEntry)
(esStudent.py:25288): Gtk-CRITICAL **:
gtk_box_gadget_distribute: assertion ‘size >= 0’ failed in
GtkScrollbar
(esStudent.py:25288): Gtk-WARNING **: Negative content height
-9 (allocation 1, extents 5x5) while allocating gadget (node
button, owner GtkButton)
(esStudent.py:25288): Gtk-WARNING **: Negative content width
-17 (allocation 1, extents 9x9) while allocating gadget (node
entry, owner GtkEntry)
(esStudent.py:25288): Gtk-WARNING **: Negative content width
-17 (allocation 1, extents 9x9) while allocating gadget (node
entry, owner GtkEntry)
(esStudent.py:25288): Gtk-WARNING **: Negative content width
-17 (allocation 1, extents 9x9) while allocating gadget (node
entry, owner GtkEntry)
(esStudent.py:25288): Gtk-WARNING **: Negative content height
-3 (allocation 1, extents 2x2) while allocating gadget (node
checkbutton, owner GtkCheckButton)
(esStudent.py:25288): Gtk-WARNING **: for_size smaller than
min-size (0 < 18) while measuring gadget (node check, owner
GtkCheckButton)
(esStudent.py:25288): Gtk-CRITICAL **:
gtk_box_gadget_distribute: assertion ‘size >= 0’ failed in
GtkCheckButton