diff --git a/pyfa.py b/pyfa.py index aedb71839..098b87b9a 100755 --- a/pyfa.py +++ b/pyfa.py @@ -34,6 +34,11 @@ if not hasattr(sys, 'frozen'): print "Cannot find wxPython or the installed wxPython version doesn't meet the min. requirements.\nYou can download wxPython (2.8) from http://www.wxpython.org/" sys.exit(1) + try: + wxversion.select('2.8') + except wxversion.VersionError: + print("Unable to select wxpython 2.8, attempting to continue anyway") + try: import sqlalchemy