eric7/Tools/TrayStarter.py

branch
eric7
changeset 9016
6f079c524e99
parent 8993
d91e674d200c
child 9066
a219ade50f7c
equal deleted inserted replaced
9015:dfeefad914ed 9016:6f079c524e99
278 for arg in applArgs: 278 for arg in applArgs:
279 args.append(arg) 279 args.append(arg)
280 280
281 if ( 281 if (
282 not os.path.isfile(applPath) or 282 not os.path.isfile(applPath) or
283 not proc.startDetached(sys.executable, args) 283 not proc.startDetached(Globals.getPythonExecutable(), args)
284 ): 284 ):
285 EricMessageBox.critical( 285 EricMessageBox.critical(
286 self, 286 self,
287 self.tr('Process Generation Error'), 287 self.tr('Process Generation Error'),
288 self.tr( 288 self.tr(

eric ide

mercurial