--- a/QScintilla/Exporters/ExporterHTML.py Sun Jun 29 14:00:30 2014 +0200 +++ b/QScintilla/Exporters/ExporterHTML.py Sun Jun 29 20:13:56 2014 +0200 @@ -14,9 +14,10 @@ import os -from PyQt4.QtCore import Qt -from PyQt4.QtGui import QCursor, QFontInfo, QApplication -from PyQt4.Qsci import QsciScintilla +from PyQt5.QtCore import Qt +from PyQt5.QtGui import QCursor, QFontInfo +from PyQt5.QtWidgets import QApplication +from PyQt5.Qsci import QsciScintilla from E5Gui import E5MessageBox