using tkinter to display html

Rob Wolfe rw at smsnet.pl
Fri Apr 20 06:28:22 EDT 2007


Stephen M. Gava wrote:
> On Thu, 19 Apr 2007 06:09:33 -0700, kyosohma wrote:
>
> > On Apr 19, 6:29 am, "Stephen M. Gava" <elgua... at users.sourceforge.net>
> > wrote:
> >> Hi all,
> >>
> >> I prefer using tkinter to wxpython (so sue me :) and i need to display
> >> a lot of html in a particular app. does anyone know if one of the
> >> existing add on tk html widgets have been wrapped for tkinter already?
> >>
> >> TIA for any reply,
> >> Stephen
> >
> > The following thread has various ideas in it:
> > http://mail.python.org/pipermail/python-list/2001-October/107989.html
>
> thanks mike, i found that thread before i posted here, it doesn'rt answer
> my question though.

Why not? Did you try to use tkhtml [1]_ with python wrapper [2]_.
IMHO it works pretty nice.

.. [1] http://www.hwaci.com/sw/tkhtml/
.. [2] http://tix.sourceforge.net/Tixapps/src/Python/TkHtml.py

--
HTH,
Rob




More information about the Python-list mailing list