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 not familiar with threading, I'm considering starting a seperate thread and use a function such as os.pexec that hangs until the external daemon .exe exists. -- http://mail.python.org/mailman/listinfo/python-list