Re: hang in wx.App.__init__ on Mac OS X 10.14.6
"'bht' via wxPython-users" <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
After having done some more work on this, I found that if I created the wx.App object before I imported my code's main module, it ran fine, but immediately after that import, wx.App.__init__() hung. My best guess is that our code has some calls to wx functions that are run during import (one that I know of defines a color) and there is something new in 10.14.6 that causes a problem if you use some (unidentified) parts of wx (that don't define widgets) before creating the wx.App. Because our code has so many nested imports, I am not planning any more investigation. Brian -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/4284c4e1-8dd2-4668-b721-2e2967807450%40googlegroups.com.