--- a/UI/SplashScreen.py Sun Jun 29 14:00:30 2014 +0200 +++ b/UI/SplashScreen.py Sun Jun 29 20:13:56 2014 +0200 @@ -12,8 +12,9 @@ import os.path import logging -from PyQt4.QtCore import Qt -from PyQt4.QtGui import QApplication, QPixmap, QSplashScreen, QColor +from PyQt5.QtCore import Qt +from PyQt5.QtGui import QPixmap, QColor +from PyQt5.QtWidgets import QApplication, QSplashScreen from eric5config import getConfig