eric7/Tools/TrayStarter.py

branch
eric7
changeset 9016
6f079c524e99
parent 8993
d91e674d200c
child 9066
a219ade50f7c
--- 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,

eric ide

mercurial