You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyfa.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@
34
34
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/"
35
35
sys.exit(1)
36
36
37
+
try:
38
+
wxversion.select('2.8')
39
+
exceptwxversion.VersionError:
40
+
print("Unable to select wxpython 2.8, attempting to continue anyway")
0 commit comments