diff --git a/test.py b/test.py index 94459ed..dfeca40 100644 --- a/test.py +++ b/test.py @@ -104,7 +104,7 @@ if __name__ == '__main__': if sys.platform.startswith('win'): # On Windows calling this function is necessary. freeze_support() - global t1 + #global t1 app = wx.App(useBestVisual=True) frame = Frame(None) app.SetTopWindow(frame)