Windows 7 64位上的Python 3.4:杀死一个python进程

时间:2015-05-06 07:48:01

标签: windows python-3.4 kill-process

在python 3.4脚本中,我以这种方式打开了一个进程:

 myProcess = subprocess.Popen([sys.executable, pythonprocess.py, args], shell=False)

我该怎样杀死这个过程?

0 个答案:

没有答案