Ubuntu Forums Archive Viewer

Python:-I want to open CHM file separately

Archived thread 680666 from Bangalore Team. Markdown source: Bangalore_Team/thread_680666_Python-I_want_to_open_CHM_file_separately.md

Original URL About this archive
#1

Hello all, actually i want to open CHM file whenever i click on help submenu of my application.One separate file should be open.One guy gave me a solution but its opening in similar application,here is that code os.system("c:\Python25\doc\Python25.chm") I am calling this fuction in a event handler of clicking on Help's submenu "Documentation",i need to open chm as a different process.

#2

:confused: