Runnable with both Python3 and Python2, with both PyQt5 and PyQt4 by using Qt.py #2250

Open
kashikoibumi wants to merge 125 commits from kashikoibumi/py3qt into v0.6
Showing only changes of commit 1368013a4e - Show all commits

View File

@ -168,7 +168,7 @@ def detectOSRelease():
pass pass
if detectOS.result == "Ubuntu" and ver < 14: if detectOS.result == "Ubuntu" and ver < 14:
detectOS.result = "Ubuntu 12" detectOS.result = "Ubuntu 12"
elif detectOS.result == "Ubuntu" and version >= 20: elif detectOS.result == "Ubuntu" and ver >= 20:
detectOS.result = "Ubuntu 20" detectOS.result = "Ubuntu 20"