HTMLView widget for Tkinter

Steve Cassidy steve.cassidy at mq.edu.au
Tue Apr 1 17:37:49 EST 2003


Gilles Lenfant wrote:
> "Egor Bolonev" <ebolonev at front.ru> a écrit dans le message de news:
> mailman.1049197502.20990.python-list at python.org...
> 
>>Hello all,
>>
>>I need to show html e-mail in my Tkinter program. Is it possible?
>>
> 
> 
> There's no HTML panel in Tkinter like wxPython (and perhaps others)
> provides. 

I'm not 100% on how tkinter organises itself but there is a Tk html 
display widget:

http://www.hwaci.com/sw/tkhtml/

you'd obviously need to load this into tkinter's tcl interpreter and 
figure out how to call it etc. This shouldn't be impossible.

There's a web browser (browsex) based on this widget as well as the five 
line web browser at http://mini.net/tcl/2993

Steve





More information about the Python-list mailing list