[python-win32] how to run python in background on Windows ?

Michael Li mli at deform.com
Thu Jun 3 10:18:50 EDT 2004


Hi,

I was trying to run my python program as a server in background
on Windows, but I failed.

On Unix, I can do :
% python myscript.py &

On Windows, I use Windows' service to start/stop
the python. In the same login session, I got success,
I can see python program from TaskManager.
but when I log out and log in again, my python server
is gone, I can not see python program from TaskManager.

Is there anyone there knowing how to run python
in background as Windows' service ?

best regards.
Michael Li




More information about the Python-win32 mailing list