【发布时间】:2013-12-22 02:22:03
【问题描述】:
Python 2.7 - 在 subprocess.py 上崩溃 - Windows 错误:[错误 2] 系统找不到文件
File "C:\Python27\lib\subprocess.py", line 709, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 957, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
我已经搜索了其余的问题并尝试了所有路径设置和环境变量,一切似乎都很好。
提前感谢您的帮助。
【问题讨论】:
-
你调用了什么命令?或者是什么python代码导致了这个错误?
标签: python-2.7