标签: windows python-3.4 kill-process
在python 3.4脚本中,我以这种方式打开了一个进程:
myProcess = subprocess.Popen([sys.executable, pythonprocess.py, args], shell=False)
我该怎样杀死这个过程?