gtk3 - GTK_DEBUG not respected when using Python + Gtk+ -
i using python 3.6 , gtk+ 3.22.18 on macos sierra 10.12.4 (both python , gtk+ installed via homebrew). i've found neither gtk_debug environment variable, nor --gtk-debug argument have effect. however:
- they work non-python apps, e.g.
gtk_debug=modules gtk3-demo --gdk-debug, other arguments work- other environment variables respected, e.g.
gtk_theme.
only doesn't work:
gtk_debug=modules python hello.py i'm pretty sure i'm using same gtk+ libraries python , non-python apps. i've performed search , found 1 set of them.
i know homebrew compiles gtk+ --enable-debug=minimal. make sure not culprit, recompiled without flag, , can use gtk inspector --gtk-debug=interactive - still in c apps, not in python apps. how can use gtk_debug?
Comments
Post a Comment