--- a/Debugger/DebugUI.py Sun Jun 29 14:00:30 2014 +0200 +++ b/Debugger/DebugUI.py Sun Jun 29 20:13:56 2014 +0200 @@ -11,8 +11,9 @@ import os -from PyQt4.QtCore import pyqtSignal, QObject, Qt -from PyQt4.QtGui import QKeySequence, QMenu, QToolBar, QApplication, QDialog, \ +from PyQt5.QtCore import pyqtSignal, QObject, Qt +from PyQt5.QtGui import QKeySequence +from PyQt5.QtWidgets import QMenu, QToolBar, QApplication, QDialog, \ QInputDialog from UI.Info import Program