eric7/QScintilla/APIsManager.py

branch
eric7
changeset 8459
0ae07748dbe8
parent 8318
962bce857696
child 8881
54e42bc2437a
--- a/eric7/QScintilla/APIsManager.py	Sat Jul 10 11:41:13 2021 +0200
+++ b/eric7/QScintilla/APIsManager.py	Sat Jul 10 12:31:31 2021 +0200
@@ -210,7 +210,7 @@
         if self.__apis is not None:
             if Globals.isWindowsPlatform():
                 qsciPath = os.path.join(
-                    Globals.getPyQt5ModulesDirectory(), "qsci")
+                    Globals.getPyQt6ModulesDirectory(), "qsci")
                 if os.path.exists(qsciPath):
                     # it's the installer
                     if self.__lexer.lexerName() is not None:

eric ide

mercurial