--- a/eric7/WebBrowser/WebBrowserWindow.py Sun Apr 03 17:23:31 2022 +0200 +++ b/eric7/WebBrowser/WebBrowserWindow.py Mon Apr 04 17:43:43 2022 +0200 @@ -9,7 +9,6 @@ import os import shutil -import sys import functools import contextlib @@ -2474,7 +2473,7 @@ if ( not os.path.isfile(applPath) or - not QProcess.startDetached(sys.executable, args) + not QProcess.startDetached(Globals.getPythonExecutable(), args) ): EricMessageBox.critical( self,