Re: a little help with diagnostics
Anders Munch <[email protected]> Wed, 3 Nov 2021 09:51:34 +0000
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <HE1PR0502MB3004B32F93BA95E361C819E3B48C9@HE1PR0502MB3004.eurprd05.prod.outlook.com> |
Nathan smith wrote: > One of my applications, which I upgraded from python 2 to python 3, seems to be experiencing unexplainable crashes. > that is to say, it does not traceback, nor does it throw a popup window, the wx python window simply shuts and the program ends. > > Is there anything in wx python that would be causing/relating to this? Timers can do that. If a wx.Timer isn't stopped prior to destroying its parent, it can crash the process. regards, Anders -- 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/HE1PR0502MB3004B32F93BA95E361C819E3B48C9%40HE1PR0502MB3004.eurprd05.prod.outlook.com.