diff -r d3bedd175c99 -r 0ae07748dbe8 eric7/Toolbox/Startup.py --- a/eric7/Toolbox/Startup.py Sat Jul 10 11:41:13 2021 +0200 +++ b/eric7/Toolbox/Startup.py Sat Jul 10 12:31:31 2021 +0200 @@ -163,7 +163,7 @@ Module function to set the Qt library paths correctly for windows systems. """ if Globals.isWindowsPlatform(): - libPath = os.path.join(Globals.getPyQt5ModulesDirectory(), "plugins") + libPath = os.path.join(Globals.getPyQt6ModulesDirectory(), "plugins") if os.path.exists(libPath): libPath = QDir.fromNativeSeparators(libPath) libraryPaths = QApplication.libraryPaths()