--- a/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py Sun May 16 11:43:59 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/DebuggerPython3Page.py Sun May 16 20:07:24 2021 +0200 @@ -7,7 +7,7 @@ Module implementing the Debugger Python3 configuration page. """ -from PyQt5.QtCore import pyqtSlot +from PyQt6.QtCore import pyqtSlot from E5Gui.E5Application import e5App from E5Gui.E5PathPicker import E5PathPickerModes