eric7/eric7.py

branch
eric7
changeset 8459
0ae07748dbe8
parent 8358
144a6b854f70
child 8501
7b5f10581c35
equal deleted inserted replaced
8458:d3bedd175c99 8459:0ae07748dbe8
318 splash = SplashScreen() 318 splash = SplashScreen()
319 QCoreApplication.processEvents() 319 QCoreApplication.processEvents()
320 320
321 # modify the executable search path for the PyQt5 installer 321 # modify the executable search path for the PyQt5 installer
322 if Globals.isWindowsPlatform(): 322 if Globals.isWindowsPlatform():
323 pyqtDataDir = Globals.getPyQt5ModulesDirectory() 323 pyqtDataDir = Globals.getPyQt6ModulesDirectory()
324 if os.path.exists(os.path.join(pyqtDataDir, "bin")): 324 if os.path.exists(os.path.join(pyqtDataDir, "bin")):
325 path = os.path.join(pyqtDataDir, "bin") 325 path = os.path.join(pyqtDataDir, "bin")
326 else: 326 else:
327 path = pyqtDataDir 327 path = pyqtDataDir
328 os.environ["PATH"] = path + os.pathsep + os.environ["PATH"] 328 os.environ["PATH"] = path + os.pathsep + os.environ["PATH"]

eric ide

mercurial