I have searched the archives for information about a word processor that I could use with wxPython.
I need a word processor so that my program doesn’t have to tie into Microsoft Word. What I find in the TK Text Widget demos seems adequate, but I would rather use wxPython.
I am aware of the scintilla-like text editor, but I have a need to include graphics in my text and to be able to modify line height from line to line to accomodate various character styles.
What would you recommend I use to enable my wxPython application to have full word processing capabilities?
Roger Mallett