diff -r 9643514994be -r c8b7a6bbb1a4 eric6.py --- a/eric6.py Tue Sep 23 18:40:26 2014 +0200 +++ b/eric6.py Tue Sep 23 18:48:30 2014 +0200 @@ -254,6 +254,7 @@ splash = NoneSplashScreen() else: splash = SplashScreen() + QCoreApplication.processEvents() # modify the executable search path for the PyQt5 installer if Globals.isWindowsPlatform():