using tkinter to display html

Glenn Hutchings zondo42 at googlemail.com
Fri Apr 20 02:42:49 EDT 2007


On 20 Apr, 02:54, "Stephen M. Gava" <elgua... at users.sourceforge.net>
wrote:
> yeah. i feel like i'm being forced to use wxwidgets/wxpython just because
> i need pretty good html display though.

You could always use a real web browser:

    import webbrowser
    webbrowser.open_new("index.html")

Glenn




More information about the Python-list mailing list