Re: [python-win32] terminateprocess, getprocessid and compiling trunk on win32

2007-05-16 Thread benjamin deboute
Hi Mark, On 5/16/07, Mark Hammond <[EMAIL PROTECTED]> wrote: > These appear to be a reposts of the message you sent on May 11, which I also > answered on that same day (notwithstanding time zones!) > Sorry about that, but actually they were sent before and never managed to appear on the list unti

[python-win32] terminateprocess, getprocessid and compiling trunk on win32

2007-05-15 Thread Benjamin Deboute
Hi Pythonistas, i'm currently building a multi-platform renderfarm application, and would need to use GetProcessId to circumvant problems i encounter when i try to kill processes on win32 IE: i can't kill with TerminateProcess a process i spawned with CreateProcess (getting a Acess Denied erro

[python-win32] terminateprocess, getprocessid and compiling trunk on win32

2007-05-15 Thread Benjamin Deboute
Hi Pythonistas, i'm currently building a multi-platform renderfarm application, and would need to use GetProcessId to circumvant problems i encounter when i try to kill processes on win32 IE: i can't kill with TerminateProcess a process i spawned with CreateProcess (getting a Acess Denied erro

[python-win32] terminateprocess, getprocessid and compiling trunk on win32

2007-05-10 Thread benjamin deboute
Hi Pythonistas, i'm currently building a multi-platform renderfarm application, and would need to use GetProcessId to circumvant problems i encounter when i try to kill processes on win32 IE: i can't kill with TerminateProcess a process i spawned with CreateProcess (getting a Acess Denied error),