CalledProcessError:命令'['systeminfo','|','find','/ V','“ KB”']'

时间:2018-10-27 15:24:15

标签: python windows

我实际上在执行WIndows命令时遇到错误,该命令在命令提示符下执行得很好

命令是:     subprocess.check_output(['systeminfo','|','find','/ V','“ KB”'],shell = True)

KB应该是Windows的字符串,例如“ KB”

例外是:     追溯(最近一次通话):     文件“”,第1行,位于     subprocess.check_output(['systeminfo','|','find','/ V','“ KB”'],shell = True)     在check_output中的文件“ C:\ Python27 \ lib \ subprocess.py”,第219行     提高CalledProcessError(retcode,cmd,output = output)     CalledProcessError:命令'['systeminfo','|','find','/ V','“ KB”']'     返回非零退出状态1

0 个答案:

没有答案