News:

SMF - Just Installed!

Main Menu

wine + subtitleedit

Started by kalpana, Oct 26, 2023, 06:21 AM

Previous topic - Next topic

kalpana

Hi,

Im trying to get a process running in a python script which should convert sami subs to srt files, but i cant get the subprocess.call running, so i though maybe someone could take a look an see if you find a error

Code:
subprocess.call(["wine ./SubtitleEdit.exe", '/convert', TEMP + '*.{}'.format(s_f), 'srt', '/multiplereplace'], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT, shell='True')
i can't give a error as i dont get any