--- 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: