diff options
author | cp1 <christopherpool1@googlemail.com> | 2009-06-11 16:17:57 +0200 |
---|---|---|
committer | cp1 <christopherpool1@googlemail.com> | 2009-06-11 16:17:57 +0200 |
commit | 312bd50d27c3ec9ff7f826c84cf464159789e38d (patch) | |
tree | cca1fab14a3d46612e73138b334f167c3357eb63 | |
parent | ~DLC Support~ , closed #10 (diff) | |
download | pyload-312bd50d27c3ec9ff7f826c84cf464159789e38d.tar.xz |
add wxversion selector to ensure wxWidgets 2.8 is used
-rwxr-xr-x | pyMainGui.py | 3 |
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 |