On 25Sep2017 20:59, Michael Torrie <torr...@gmail.com> wrote:
On 09/25/2017 06:38 PM, Kryptxy via Python-list wrote:
Is there any way that the GUI program is opened, and immediately the
control returns to calling program, instead of keeping the terminal
busy?

Yes. This is a classic situation where you want to first fork() the
process, then exec() the new app.  There are a few steps to do this
properly, so google for "python fork exec".

No, subprocess does this stuff for you.

I think the OP's missed some important stuff out.
--
Cameron Simpson <c...@cskk.id.au>

Baseball cards that suck in energy and run e-ink animated displays
- overhead by WIRED at the Intelligent Printing conference Oct2006
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to