Padmashree Jha <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue24888> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
