HTMLView widget for Tkinter
Gilles Lenfant
glenfant at NOSPAM.bigfoot.com
Tue Apr 1 07:44:11 EST 2003
"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. So you hould hard code HTML rendering in a Tkinter panel yourself.
This is difficult but possible.
You could get enlightenment on rendering HTML in a Tkinter panel hacking
Grail.
http://sourceforge.net/projects/grail
Note however that rendering HTML from in a wxPython widget is easier.
There's already a Python/wxPython mail client at sourceforge (don't remember
its name)
--Gilles
More information about the Python-list
mailing list