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 -

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to