import subprocess for i in range(20): subprocess.call(['harwest', 'codeforces', '--start-page', str(i)])
Standard input is empty
Standard output is empty
Traceback (most recent call last):
File "./prog.py", line 3, in <module>
File "/usr/lib/python3.7/subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'harwest': 'harwest'