python - Error: gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed -


i'm trying set key combination gtkmenubutton. made through glade.

enter image description here

when loading application error: gtk-critical **: gtk_window_add_accel_group: assertion 'gtk_is_window (window)' failed

glade file python code


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -