This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author padmashreejha717
Recipients DonnaDia, Geoffrey Royer, docs@python, iritkatriel, padmashreejha717, r.david.murray
Date 2021-08-29.08:12:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630224724.12.0.686767567433.issue24888@roundup.psfhosted.org>
In-reply-to
Content
You have to add shell=True to execute a shell command. check_output is trying to find an executable. Try this
History
Date User Action Args
2021-08-29 08:12:04padmashreejha717setrecipients: + padmashreejha717, r.david.murray, docs@python, Geoffrey Royer, iritkatriel, DonnaDia
2021-08-29 08:12:04padmashreejha717setmessageid: <1630224724.12.0.686767567433.issue24888@roundup.psfhosted.org>
2021-08-29 08:12:04padmashreejha717linkissue24888 messages
2021-08-29 08:12:04padmashreejha717create