--- a/eric6/Utilities/__init__.py Sat May 01 14:27:38 2021 +0200 +++ b/eric6/Utilities/__init__.py Thu Jun 03 11:39:23 2021 +0200 @@ -52,7 +52,8 @@ # import these methods into the Utilities namespace from Globals import ( # __IGNORE_WARNING__ isWindowsPlatform, isLinuxPlatform, isMacPlatform, desktopName, - getConfigDir, setConfigDir, getPythonModulesDirectory, + getConfigDir, setConfigDir, getPythonLibraryDirectory, + getPythonModulesDirectory, # TODO: eric7: delete this line getPyQt5ModulesDirectory, getQtBinariesPath, getPyQtToolsPath, qVersionTuple)