eric7/eric7.py

branch
eric7
changeset 8459
0ae07748dbe8
parent 8358
144a6b854f70
child 8501
7b5f10581c35
--- a/eric7/eric7.py	Sat Jul 10 11:41:13 2021 +0200
+++ b/eric7/eric7.py	Sat Jul 10 12:31:31 2021 +0200
@@ -320,7 +320,7 @@
 
     # modify the executable search path for the PyQt5 installer
     if Globals.isWindowsPlatform():
-        pyqtDataDir = Globals.getPyQt5ModulesDirectory()
+        pyqtDataDir = Globals.getPyQt6ModulesDirectory()
         if os.path.exists(os.path.join(pyqtDataDir, "bin")):
             path = os.path.join(pyqtDataDir, "bin")
         else:

eric ide

mercurial