Scott Talbert

Results 276 comments of Scott Talbert
trafficstars

The provided info helps, thanks. It seems there are probably several issues here - the crash seems to be a GIL management issue, probably the same crash as reported in...

Are you possibly mixing GTK2 and GTK3 (wxPython) in your app somehow? https://stackoverflow.com/questions/61509812/issue-glib-gobject-warning-cannot-register-existing-type-gdkdisplaymanager

> If this is the issue, then I suppose I'll need to find a version wxPython that can be built with gtk2. Does that sound right? Not necessarily. My question...

matplotlib is a good suspect. If it's trying to use GTK-2, that could be a problem.

@reticulatus did this work in previous Python or wxPython versions on macOS?