Is there spell checker suuport available for either TextCtrl or
RichText ?
Mike Driscoll
mdriscoll at co.marshall.ia.us
Thu Jan 3 12:16:20 PST 2008
> -----Original Message-----
> From: Stef Mientki [mailto:s.mientki at ru.nl]
> Sent: Thursday, January 03, 2008 12:58 PM
> To: wxPython-users at lists.wxwidgets.org
> Subject: Is there spell checker suuport available for either
> TextCtrl or RichText ?
>
> hello,
>
> Is there spell checker suuport available for either TextCtrl
> or RichText ?
> I googled for it, but couldn't find anything.
>
> thanks,
> Stef Mientki
>
I've never done this, but I do know that there are some spell checking
wrappers / libraries for Python:
"aspell-python" is a wrapper around aspell:
http://www.republika.pl/wmula/proj/aspell-python/index.html
"pyenchant" is a wrapper around enchant, a backend-neutral spell check
system: http://pyenchant.sourceforge.net
"pyaspell" is another aspell wrapper:
http://savannah.nongnu.org/projects/pyaspell/
"myspell-python" is a wrapper around MySpell:
http://developer.berlios.de/projects/myspell-python/
I nabbed these links from the comments at the bottom of this recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/117221
As far as I can tell, you should be able to grab the text from the
TextCtrl and run it through one of these spell checkers.
Mike
More information about the wxpython-users
mailing list