##// END OF EJS Templates
Ensure wxipython runs even if wx 2.6 is present....
Fernando Perez -
Show More
@@ -3,6 +3,7 b''
3
3
4 import sys
4 import sys
5 try:
5 try:
6 import wxversion; wxversion.ensureMinimal("2.8")
6 import wx.aui
7 import wx.aui
7 except ImportError:
8 except ImportError:
8 print "Can't laod wx.aui module, please check that you have installed wxpython > 2.8 and taht it is your default install"
9 print "Can't laod wx.aui module, please check that you have installed wxpython > 2.8 and taht it is your default install"
General Comments 0
You need to be logged in to leave comments. Login now