--- a/src/eric7/DataViews/PyProfileDialog.py Sun Dec 18 14:19:10 2022 +0100 +++ b/src/eric7/DataViews/PyProfileDialog.py Sun Dec 18 19:33:46 2022 +0100 @@ -21,8 +21,8 @@ QTreeWidgetItem, ) -from eric7 import Utilities from eric7.EricWidgets import EricMessageBox +from eric7.SystemUtilities import PythonUtilities from .Ui_PyProfileDialog import Ui_PyProfileDialog @@ -80,7 +80,7 @@ self.cancelled = False self.exclude = True self.ericpath = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - self.pyLibPath = Utilities.getPythonLibPath() + self.pyLibPath = PythonUtilities.getPythonLibPath() self.summaryList.headerItem().setText(self.summaryList.columnCount(), "") self.resultList.headerItem().setText(self.resultList.columnCount(), "")