Closed JulienCochuyt closed 5 years ago
Fixes #15
Remove reference to wx.PyDeadObjectError, replaced by RuntimeError as of wx 4.
wx.PyDeadObjectError
RuntimeError
There probably are more elegant/robust way of doing it than the proposed bare except, but this is functional for what it is worth.
Thanks for this. I fixed it independently, before discovering your PR. Feel free to submit PRs in the future, I'll try to get to them faster.
Fixes #15
Remove reference to
wx.PyDeadObjectError
, replaced byRuntimeError
as of wx 4.There probably are more elegant/robust way of doing it than the proposed bare except, but this is functional for what it is worth.