Hello, I initially thought the issue may be with the GTK .typelib files not getting grafted correctly, but I've verified them and they appear correct (there's a single file name for the shared library, and it appears in the .typelib in full, gets grafted correctly).
So I'm now leaning toward a different explanation: wxWidgets or wxPython retaining a reference to the ungrafted GTK library, loading it first, then pygobject attempts to load the grafted GTK, and both conflict, producing error messages such as "Warning: cannot register existing type 'GtkWidget'". I'll now attempt to verify this potential cause. -- Thanks, Maxim
