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
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
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
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
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