00001 WXVER = '2.8' 00002 import wxversion 00003 if wxversion.checkInstalled(WXVER): 00004 wxversion.select(WXVER) 00005 else: 00006 print >> sys.stderr, "This application requires wxPython version %s"%(WXVER) 00007 sys.exit(1)