diff --git a/configtool.py b/configtool.py index a4ff048..7ae9f3a 100755 --- a/configtool.py +++ b/configtool.py @@ -492,7 +492,7 @@ class ConfigFrame(wx.Frame): if __name__ == '__main__': - app = wx.PySimpleApp() + app = wx.App(False) frame = ConfigFrame() frame.Show(True) app.MainLoop()