Help System For Python Applications

Harold Fellermann dadapapa at googlemail.com
Tue May 16 12:22:00 EDT 2006


I usually go for the webbrowser package that allows me to launch the
systems webbrowser and opens my html help files. It is really simple:

>>> import webbrowser
>>> webbrowser.open("file:///path_to/help.html#topic")

and thats all there is to do.

- harold -




More information about the Python-list mailing list