Is there a web-editor I can use with Python?

I V ivlenin at gmail.com
Sat Jun 14 01:06:57 EDT 2008


On Fri, 13 Jun 2008 22:10:51 +0100, Ognjen Bezanov wrote:
> I am building an application using WxWidgets, and its job is to manage
> HTML data in a database. Now I need essentially a HTML editor that I can
> embed into my program, that will parse the HTML and allow the user to
> edit it.

How about wx.richtext.RichTextCtrl , along with the 
wx.richtext.RichTextHTMLHandler ?

http://www.wxpython.org/docs/api/wx.richtext.RichTextCtrl-class.html



More information about the Python-list mailing list