I found a way to do this, but is more related to the hh program on Windows:
My help file was generated using the chmprocessor program, which generates a chm file, and I create an hhk file (containing links). Using this file, I used the following code
def help(self)
os.system("hh.exe d:/help.chm::/4_Userguide.htm#_Toc270510")
I think this is the case if there is another easy way. tell me.
Hi
German
source
share