Re: Marked-Up Text Viewer for Python/Tkinter
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: Marked-Up Text Viewer for Python/Tkinter

From: André <andre.roberge@gmail.com>
Date: Tue Jan 31 2006 - 12:26:01 CET

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. Minimal functionality would
> be simple formatting and hyperlink callbacks.
>
> Any guidance or suggestions would be appreciated.
>
> Thank you in advance for your help.
>
> James
If you're willing to use wxPython instead of Tkinter, you could have
access to a simple browser class that supports a number of html tags
(but no styles).

André
Received on Tue Feb 7 20:19:52 2006