Go to the documentation of this file.00001 WXVER = ['2.8', '2.9']
00002 import sys
00003 import wxversion
00004 if wxversion.checkInstalled(WXVER):
00005 wxversion.select(WXVER)
00006 else:
00007 print >> sys.stderr, "This application requires wxPython version %s"%(WXVER)
00008 sys.exit(1)