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)