diff -r 0c7a44af84bc -r 962bce857696 eric7/Preferences/ConfigurationPages/MicroPythonPage.py --- a/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Sun May 16 20:07:24 2021 +0200 @@ -39,7 +39,7 @@ # populate the chart theme combobox try: - from PyQt5.QtChart import QChart + from PyQt6.QtChart import QChart self.chartThemeComboBox.addItem( self.tr("Automatic"), -1)