Mon, 01 Nov 2021 17:04:14 +0100
Corrected the last change a little bit.
scripts/install.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Mon Nov 01 17:02:40 2021 +0100 +++ b/scripts/install.py Mon Nov 01 17:04:14 2021 +0100 @@ -1645,7 +1645,7 @@ print("\nVersion Information") print("-------------------") - print("Python Version: {0:d}.{1:d}.{2:d}".format(*sys.version_info[:3])) + print("Python: {0:d}.{1:d}.{2:d}".format(*sys.version_info[:3])) # check version of Qt # ===================