--- a/src/eric7/EricNetwork/EricJsonServer.py Sun Dec 18 14:19:10 2022 +0100 +++ b/src/eric7/EricNetwork/EricJsonServer.py Sun Dec 18 19:33:46 2022 +0100 @@ -23,6 +23,7 @@ from eric7 import Preferences, Utilities from eric7.EricWidgets import EricMessageBox +from eric7.SystemUtilities import FileSystemUtilities class EricJsonServer(QTcpServer): @@ -235,7 +236,7 @@ in case of an issue @rtype bool, int """ - if interpreter == "" or not Utilities.isinpath(interpreter): + if interpreter == "" or not FileSystemUtilities.isinpath(interpreter): return False exitCode = None