Re: Marked-Up Text Viewer for Python/Tkinter

2006-01-31 Thread André
James Stroud wrote: > Hello All, > > I'm wondering if there is something that already exists that can take > marked up text in some format (hopefully reStructuredText or HTML) and > can convert it into something that can be displayed with Tkinter (maybe > with Text), either dynamically or otherwise

Re: Marked-Up Text Viewer for Python/Tkinter

2006-01-31 Thread Fuzzyman
I've played with grail. It does still work (basically). I needed to put the grail directory in my ``site-packages`` folder and create a 'grail.pth' file with the entry ``grail``. Extracting the Tkinter widget, and exposing an API, would be tricky - but I'm sure lots of people would use it. It's o

Re: Marked-Up Text Viewer for Python/Tkinter

2006-01-31 Thread Claudio Grondi
Eric Brunel wrote: > On Mon, 30 Jan 2006 15:20:50 -0800, James Stroud <[EMAIL PROTECTED]> wrote: > >> Hello All, >> >> I'm wondering if there is something that already exists that can take >> marked up text in some format (hopefully reStructuredText or HTML) >> and can convert it into somethin

Re: Marked-Up Text Viewer for Python/Tkinter

2006-01-31 Thread Eric Brunel
On Mon, 30 Jan 2006 15:20:50 -0800, James Stroud <[EMAIL PROTECTED]> wrote: > Hello All, > > I'm wondering if there is something that already exists that can take > marked up text in some format (hopefully reStructuredText or HTML) and > can convert it into something that can be displayed with

Marked-Up Text Viewer for Python/Tkinter

2006-01-30 Thread James Stroud
Hello All, I'm wondering if there is something that already exists that can take marked up text in some format (hopefully reStructuredText or HTML) and can convert it into something that can be displayed with Tkinter (maybe with Text), either dynamically or otherwise. Minimal functionality woul