eric6.py

changeset 3814
c8b7a6bbb1a4
parent 3812
9643514994be
child 3937
607dd5b0079b
equal deleted inserted replaced
3812:9643514994be 3814:c8b7a6bbb1a4
252 splash = NoneSplashScreen() 252 splash = NoneSplashScreen()
253 elif not Preferences.getUI("ShowSplash"): 253 elif not Preferences.getUI("ShowSplash"):
254 splash = NoneSplashScreen() 254 splash = NoneSplashScreen()
255 else: 255 else:
256 splash = SplashScreen() 256 splash = SplashScreen()
257 QCoreApplication.processEvents()
257 258
258 # modify the executable search path for the PyQt5 installer 259 # modify the executable search path for the PyQt5 installer
259 if Globals.isWindowsPlatform(): 260 if Globals.isWindowsPlatform():
260 pyqtDataDir = Globals.getPyQt5ModulesDirectory() 261 pyqtDataDir = Globals.getPyQt5ModulesDirectory()
261 if os.path.exists(os.path.join(pyqtDataDir, "bin")): 262 if os.path.exists(os.path.join(pyqtDataDir, "bin")):

eric ide

mercurial