Using wxPython, I'm looking to build a GUI app for a daemon-based app, on Win32 platform, how would I go about executing the daemon app so it stays in the background when the Py app is running? It's critical that the child process exit when the Py app exits/crashes. -- http://mail.python.org/mailman/listinfo/python-list
- Executing a hidden/background program jim3371
- Re: Executing a hidden/background program Mike Driscoll
- Re: Executing a hidden/background program jim3371