Hi skol,

>>> Is there any HTML WYSIWYG editor component available for
>>> Python/wxPython? Thanks.
>>
>> There is wxMozilla: http://wxMozilla.sf.net/

> Thanks for the tip. Looks like a very elaborate component.
> Is there anything simpler? I'd need just simple HTML editing
> with formatting (bold, italic), links, and tables. 

You can use wxHTML for showing HTML and wxTextCtrl with (if I remember
right) the wxTE_RICHEDIT flag for editing.
Or the Scintilla component that should work for simple bold, italic
and link formating.
Tables might be difficult, though.

If you'll like to see wxMozilla Editor in action you may take a look
at http://www.eclass.net/

Best regards,
Lars
-- 
http://semagia.com

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to