[issue24888] FileNotFoundException raised by subprocess.call

Padmashree Jha report at bugs.python.org
Sun Aug 29 04:12:04 EDT 2021


Padmashree Jha <padmashreejha717 at gmail.com> added the comment:

You have to add shell=True to execute a shell command. check_output is trying to find an executable. Try this

----------
nosy: +padmashreejha717
versions:  -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24888>
_______________________________________


More information about the Python-bugs-list mailing list