--- a/AssistantEric/APIsManager.py Sat May 19 18:34:11 2012 +0200 +++ b/AssistantEric/APIsManager.py Tue Jun 12 19:07:19 2012 +0200 @@ -11,7 +11,11 @@ from PyQt4.QtCore import QTimer, QThread, QFileInfo, pyqtSignal, QCoreApplication, \ QEvent, QDateTime, QObject, Qt -from PyQt4.QtSql import QSqlDatabase, QSqlQuery +try: + from PyQt4.QtSql import QSqlDatabase, QSqlQuery +except ImportError: + # just ignore it because the main plug-in file will deal with it + pass from E5Gui.E5Application import e5App