Re: using tkinter to display html

2007-04-21 Thread Kevin Walzer
Stephen M. Gava wrote: On Fri, 20 Apr 2007 03:28:22 -0700, Rob Wolfe wrote: 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

Re: using tkinter to display html

2007-04-21 Thread Stephen M. Gava
On Sat, 21 Apr 2007 09:57:09 -0400, Kevin Walzer wrote: Stephen M. Gava wrote: On Fri, 20 Apr 2007 03:28:22 -0700, Rob Wolfe wrote: 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

Re: using tkinter to display html

2007-04-20 Thread Glenn Hutchings
On 20 Apr, 02:54, Stephen M. Gava [EMAIL PROTECTED] wrote: yeah. i feel like i'm being forced to use wxwidgets/wxpython just because i need pretty good html display though. You could always use a real web browser: import webbrowser webbrowser.open_new(index.html) Glenn --

Re: using tkinter to display html

2007-04-20 Thread Rob Wolfe
Stephen M. Gava wrote: On Thu, 19 Apr 2007 06:09:33 -0700, kyosohma wrote: On Apr 19, 6:29 am, Stephen M. Gava [EMAIL PROTECTED] 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

Re: using tkinter to display html

2007-04-20 Thread Kevin Walzer
Stephen M. Gava 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 PySol has an HTML

Re: using tkinter to display html

2007-04-20 Thread Stephen M. Gava
On Fri, 20 Apr 2007 03:28:22 -0700, Rob Wolfe wrote: 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

Re: using tkinter to display html

2007-04-20 Thread Stephen M. Gava
On Fri, 20 Apr 2007 09:45:16 -0400, Kevin Walzer wrote: PySol has an HTML viewer. Here's a link to some discusison about it: http://mail.python.org/pipermail/tkinter-discuss/2006- January/000614.html PySol is GPL, so if your application is also GPL, then it might be an option. thanks

Re: using tkinter to display html

2007-04-20 Thread Stephen M. Gava
On Thu, 19 Apr 2007 23:42:49 -0700, Glenn Hutchings wrote: On 20 Apr, 02:54, Stephen M. Gava [EMAIL PROTECTED] wrote: yeah. i feel like i'm being forced to use wxwidgets/wxpython just because i need pretty good html display though. You could always use a real web browser: import

using tkinter to display html

2007-04-19 Thread Stephen M. Gava
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 --

Re: using tkinter to display html

2007-04-19 Thread kyosohma
On Apr 19, 6:29 am, Stephen M. Gava [EMAIL PROTECTED] 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

Re: using tkinter to display html

2007-04-19 Thread Stephen M. Gava
On Thu, 19 Apr 2007 06:09:33 -0700, kyosohma wrote: On Apr 19, 6:29 am, Stephen M. Gava [EMAIL PROTECTED] 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