diff -r dfeefad914ed -r 6f079c524e99 eric7/Tools/TrayStarter.py --- a/eric7/Tools/TrayStarter.py Sun Apr 03 17:23:31 2022 +0200 +++ b/eric7/Tools/TrayStarter.py Mon Apr 04 17:43:43 2022 +0200 @@ -280,7 +280,7 @@ if ( not os.path.isfile(applPath) or - not proc.startDetached(sys.executable, args) + not proc.startDetached(Globals.getPythonExecutable(), args) ): EricMessageBox.critical( self,