Executing a hidden/background program

jim3371 at googlemail.com jim3371 at googlemail.com
Sun Nov 2 06:32:48 EST 2008


On Nov 2, 3:59 am, "Mike Driscoll" <kyoso... at gmail.com> 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.



More information about the Python-list mailing list