Duncan,

It was meant to be typed in, it is only a few lines.

If you want to cut/paste, here it is:
1. First start python
2. Run the stuff below

import gtk
import gtkspell
import locale
lang = locale.getlocale()[0]
if lang == None: print "lang is None"
else: gtkspell.Spell(gtk.TextView()).set_language(lang)

-- 
[gutsy] gramps segfaults on load, and dumps
https://bugs.launchpad.net/bugs/120569
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to