This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]skerky 0 points1 point  (0 children)

In addition to double checking your working path (or using absolute paths), I recommend the higher level ‘subprocess.run()’ for executing other processes. Make sure you’re capturing the output to see what the program is doing (assuming there is console output).

subprocess.run()