Corrected the APIs installation path in the install script. eric7

Sun, 26 Sep 2021 17:19:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Sep 2021 17:19:00 +0200
branch
eric7
changeset 8640
b4e75efa081d
parent 8639
71cc2b932ff6
child 8641
305efad1994f

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:

eric ide

mercurial