python win32 - kill process 예제 Posted on 2015-10-02T14:23 import psutil pid=5572 p = psutil.Process(pid) p.kill()