nn
Size: a a a
YT
A
A
DM
DM
BQ
=. В баше пробелы при присвоении не нужны
АА
BQ
АА
s = subprocess.Popen(['./xml', file_input, file_output])
s.wait()
АА
BQ
s = subprocess.Popen(['./xml', file_input, file_output], shell=False)попробуй так
A
s = subprocess.Popen(['./xml', file_input, file_output])
s.wait()
A
process = subprocess.run(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=timeout)
A
process.stdout.decode()
A
АА
libcrypto.so.1.0.0: cannot open shared object file: No such file or directory, это уже другое
АА