summaryrefslogtreecommitdiffstats
path: root/pyMainGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyMainGui.py')
-rwxr-xr-xpyMainGui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyMainGui.py b/pyMainGui.py
index 440e40471..ebacef0b8 100755
--- a/pyMainGui.py
+++ b/pyMainGui.py
@@ -22,6 +22,9 @@ from os import sep
from os.path import abspath
from os.path import dirname
+import wxversion
+wxversion.select('2.8')
+
import wx
import wx.lib.newevent
import wx.lib.sized_controls as sized_control