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