--- a/src/eric7/SystemUtilities/QtUtilities.py Sun Dec 18 19:33:46 2022 +0100 +++ b/src/eric7/SystemUtilities/QtUtilities.py Mon Dec 19 14:09:57 2022 +0100 @@ -266,7 +266,7 @@ exe += ".exe" else: if OSUtilities.isWindowsPlatform(): - exe = OSUtilities.getWindowsExecutablePath(toolname) + exe = FileSystemUtilities.getWindowsExecutablePath(toolname) else: exe = toolname