79705709

Date: 2025-07-18 05:31:35
Score: 1
Natty:
Report link

With all your advice I came to the following solution: os.system is not a good solution.

I found the alternative thanks to you in the forum:

https://stackoverflow.com/a/19453630/19577924

Sometimes it's that simple:

def openHelpfile():
    subprocess.Popen("helpfile.pdf", shell=True)
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-2): solution:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Microscoop