--- a/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Fri May 21 17:45:47 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/MicroPythonPage.py Fri May 21 17:48:17 2021 +0200 @@ -39,7 +39,7 @@ # populate the chart theme combobox try: - from PyQt6.QtChart import QChart + from PyQt6.QtCharts import QChart self.chartThemeComboBox.addItem( self.tr("Automatic"), -1)