Good afternoon
How can I open an a chm help file in a particular section using python? Actually I'am opening the file with the following function:
def help(self):
# Open the help file
os.startfile( os.getcwd()+"/config/help.chm")
Many thanks
German