how to terminate a process on win32?

Joe Wong joewong at mango.cc
Fri May 21 21:18:33 EDT 2004


Hi,

 I am developing two app on Windows, one is a GUI using wxPython and the other is like a daemon process. The GUI app will have a start/stop button to control the excution of the daemon. While I know how to use os.popen2() to start my daemon, I can't figure out a way to stop it 'nicely'... Is there anything that I can do?

Regards,

-- Wong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040522/28c59d5b/attachment.html>


More information about the Python-list mailing list