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( |