wx.Process.Kill() does not work!!!

I have just tried wx.SIGKILL, but it still does not work. In the
wxWidget mannual, I found that on windows, wx.SIGTERM and wx.SIGKILL
etc are the same. And because my script runs on win32, so the
os.kill() does not work, it only works on UNIX and MAC. Any other
method to kill a process on win32?

Thanks.
Zilong WU

···

On 5/4/05, Robin Dunn <robin@alldunn.com> wrote:

WU Zilong wrote:
> I used the default parameters.
> proc.Kill(pid, wx.SIGTERM, wx.KILL_NOCHILDREN)
> And I have also tested wx.KILL_CHILDREN, but it still does not work. I
> don't know how to kill the process anyway. There are any other method
> to kill the process?

That should do it from how I read the code. Did you also try
wx.SIGKILL? What about Python's os.kill?

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org