browser in tkinter ??

Gillou nospam at bigfoot.com
Tue Aug 6 17:43:24 EDT 2002


AFAIK, you can't put a browser component (read html renderer) in a tk frame.
Have a look at the "browser" package from the standard python distro if you
want to stay cross-platform.
Otherwise, wxPython has a (limited) cross platform built-in html renderer
widget.
In its Windows port, you can put a IE5 panel in a wxPython frame.
Other possibility (Windows only but with whatever GUI toolkit), you can
control IE5 as a COM object (requires Mark Hammond's Win32 extensions)

HTH

--Gilles

from base64 import decodestring
replyTo = decodestring('Z2xlbmZhbnRAYmlnZm9vdC5jb20=\n')

"Jonas Geiregat" <kemu at sdf-eu.org> a écrit dans le message de news:
3d5023f5$0$201$ba620e4c at news.skynet.be...
> how can I make a simple browser
> using maybe other browser setting like IE ?
> with TKinter ?
> any tips starting points tutorial articles would be welcome
>
>




More information about the Python-list mailing list