using tkinter to display html

Stephen M. Gava elguavas at users.sourceforge.net
Sat Apr 21 00:05:30 EDT 2007


On Thu, 19 Apr 2007 23:42:49 -0700, Glenn Hutchings wrote:

> 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

yep, thnx glen, but need the html display windo to be more a part of the 
app than that.

stephen.



More information about the Python-list mailing list