подпроцесс python ожидает загрузки приложения
#python #subprocess #питон #подпроцесс Вопрос: пример кода: import subprocess import shlex popen_args = "soffice --calc --norestore --nologo accept="socket,host=localhost,port=2002; urp; StarOffice.ServiceManager" " "/home/user/test_sheet.ods" popen_args = shlex.split(popen_args) data_file_subprocess_handle = subprocess.Popen(popen_args, stdout =…