eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 9016
6f079c524e99
parent 8930
5e3bd6f49a84
child 9031
8c9013b363bc
diff -r dfeefad914ed -r 6f079c524e99 eric7/PluginManager/PluginRepositoryDialog.py
--- a/eric7/PluginManager/PluginRepositoryDialog.py	Sun Apr 03 17:23:31 2022 +0200
+++ b/eric7/PluginManager/PluginRepositoryDialog.py	Mon Apr 04 17:43:43 2022 +0200
@@ -7,7 +7,6 @@
 Module implementing a dialog showing the available plugins.
 """
 
-import sys
 import os
 import zipfile
 import glob
@@ -990,7 +989,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