--- a/src/eric7/UI/SplashScreen.py Mon Oct 31 10:48:45 2022 +0100 +++ b/src/eric7/UI/SplashScreen.py Mon Oct 31 13:52:10 2022 +0100 @@ -14,7 +14,7 @@ from PyQt6.QtGui import QPixmap, QColor from PyQt6.QtWidgets import QApplication, QSplashScreen -from eric7config import getConfig +from eric7.Globals import getConfig class SplashScreen(QSplashScreen):