Traceback (most recent call last):
File "tesst.py", line 5, in
subprocess.Popen(['/usr/local/bin/python3.7','config.py'],a,b)
File "/usr/local/lib/python3.7/subprocess.py", line 756, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.7/subprocess.py", line 1413, in _execute_child
executable = os.fsencode(executable)
File "/usr/local/lib/python3.7/os.py", line 809, in fsencode
filename = fspath(filename) # Does type-checking of `filename`.
TypeError: expected str, bytes or os.PathLike object, not int
Traceback (most recent call last):
File "tesst.py", line 4, in
subprocess.Popen(['python3''config.py'],a,b)
File "/usr/local/lib/python3.7/subprocess.py", line 756, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.7/subprocess.py", line 1413, in _execute_child
executable = os.fsencode(executable)
File "/usr/local/lib/python3.7/os.py", line 809, in fsencode
filename = fspath(filename) # Does type-checking of `filename`.
TypeError: expected str, bytes or os.PathLike object, not int
такая ошибка
(1,)
(1,)
(1,)