From 312bd50d27c3ec9ff7f826c84cf464159789e38d Mon Sep 17 00:00:00 2001 From: cp1 Date: Thu, 11 Jun 2009 16:17:57 +0200 Subject: add wxversion selector to ensure wxWidgets 2.8 is used --- pyMainGui.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyMainGui.py') 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 -- cgit v1.2.3