私のプログラムには、関数runScript()があります。
def runScript():
subprocess.call(['echo', 'hello'])
Pythonのドキュメントで同様の例をたくさん見たので、これでうまくいくと思いました。ただし、プログラムでこの関数を呼び出すと、WindowsErrorが返されます。
WindowsError: [Error 2] The system cannot find the file specified
なぜこれが起こるのですか?どうすれば修正できますか?