Sun, 26 Sep 2021 17:19:00 +0200
Corrected the APIs installation path in the install script.
scripts/install.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Sun Sep 26 16:27:23 2021 +0200 +++ b/scripts/install.py Sun Sep 26 17:19:00 2021 +0200 @@ -219,9 +219,9 @@ if os.path.exists(os.path.join(pyqtDataDir, "qsci")): # it's the installer qtDataDir = pyqtDataDir - elif os.path.exists(os.path.join(pyqtDataDir, "Qt", "qsci")): + elif os.path.exists(os.path.join(pyqtDataDir, "Qt6", "qsci")): # it's the wheel - qtDataDir = os.path.join(pyqtDataDir, "Qt") + qtDataDir = os.path.join(pyqtDataDir, "Qt6") else: # determine dynamically try: