May-04-2021, 03:42 PM
Have you tried
Popen([prg])
instead of Popen(prg)
? The less ambiguous way to call Popen() is to pass a list of the arguments.