Displaying HTMLs with Tkinter

penman pen_man at my-deja.com
Wed Jan 17 20:13:53 EST 2001


In article <945db6$umq$1 at nnrp1.deja.com>,
  penman <pen_man at my-deja.com> wrote:
> Is there any way that I can display HTML texts in Tkinter?
> (Like in wxPython -- HTML widget?)
>
> Thanks in advance.
>
> Sent via Deja.com
> http://www.deja.com/
>

Did a web search and found the following message.

[quote]
>> So I'm wondering - is there any sort of Tk (or other) module which
will
>> display HTML code in a window?

The Tk module indeed does have the capability to display HTML.  If you
look
in the Demos/www directory in the standard Python distribution, try
running
"www8.py file:<filename>" and "www12.py file:<filename>".
[end of quote]

But I can't find the files anywhere. Are they obsolete now?


Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list