cmd = ['scons', '-c', 'SHARED=yes', 'STATIC=yes']
subprocess.Popen(cmd) を実行しようとすると、次のようなエラー プロンプトが表示されます。
scons -c SHARED=yes STATIC=yes
Traceback (most recent call last):
File "setup.py", line 37, in <module>
if Popen(cmd).wait():
File "D:\Python27\lib\subprocess.py", line 711, in __init__
errread, errwrite)
File "D:\Python27\lib\subprocess.py", line 948, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
私はこれについて完全に混乱していました、私が理解するのを手伝ってくれる人はいますか? 私はPythonの新人でした。たくさんありがとう!