--- a/eric6/MicroPython/MicroPythonProgressInfoDialog.py Mon Mar 01 17:48:43 2021 +0100 +++ b/eric6/MicroPython/MicroPythonProgressInfoDialog.py Tue Mar 02 17:17:09 2021 +0100 @@ -37,7 +37,7 @@ @type str """ tc = self.progressEdit.textCursor() - tc.movePosition(QTextCursor.End) + tc.movePosition(QTextCursor.MoveOperation.End) self.progressEdit.setTextCursor(tc) self.progressEdit.appendHtml(message) self.progressEdit.ensureCursorVisible()