running a Delphi part from Python ?

tool69 kib2 at free.fr
Mon Jul 16 05:04:05 EDT 2007


Stef Mientki a écrit :

> AFAIK, Scintilla is a code editor.
> What I need looks more like ms-word,
> handling lists, tables, images, formulas.
> 
> thanks,
> Stef Mientki


So you'll need the RichTextCtrl

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

See a sample in the demo under "Recent Additions".



More information about the Python-list mailing list