Any GUI lib wiget is capable of a WYSIWYG editor?

The Pythonista none at this.time
Thu Jun 26 00:07:16 EDT 2008


On Tue, 24 Jun 2008 14:23:12 +0800, oyster wrote:

> that is an html editor with text and picture, while the picture is
> linked to the local image file.
> 
> for wxPython, the richtextcontrol save the image as en embedded object,
> so it is not my choice
> 
> is there any other GUI lib and/or sample code to do so?
> 
> thanks

Consider TkHtml.  You can find a Tix wrapper for it here:

 http://tix.sourceforge.net/Tixapps/src/Python/TkHtml.py

-- 
code.py: A blog about life, the universe, and Python

http://pythonista.wordpress.com
** Posted from http://www.teranews.com **



More information about the Python-list mailing list