Re: Executing a hidden/background program

2008-11-03 Thread imageguy
On Nov 2, 6:32 am, [EMAIL PROTECTED] wrote: > On Nov 2, 3:59 am, "Mike Driscoll" <[EMAIL PROTECTED]> wrote: > > > You probably want to create a Windows service with Python. There are > > various ways to accomplish this. > > Was considering a Windows service too, however would like to avoid > that a

Re: Executing a hidden/background program

2008-11-02 Thread jim3371
On Nov 2, 3:59 am, "Mike Driscoll" <[EMAIL PROTECTED]> wrote: > You probably want to create a Windows service with Python. There are > various ways to accomplish this. Was considering a Windows service too, however would like to avoid that as non-Admin users may not be able to do that. While I'm n

Re: Executing a hidden/background program

2008-11-01 Thread Mike Driscoll
Jim, On Sat, Nov 1, 2008 at 6:02 PM, <[EMAIL PROTECTED]> wrote: > 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 pr

Executing a hidden/background program

2008-11-01 Thread jim3371
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/mailma