mafintosh/peerflix

Chance subprocess.check_call to subprocess.Popen

Closed this issue · 0 comments

luxu commented

Good morning, doing tests on Windows 10 I couldn't use the subprocess.check_call command so I switched to the subprocess.Popen command that I managed to run vlc. Here's how to use it: '' 'subprocess.Popen ([' peerflix ', mag_final,' - vlc '], shell = True)' ''