On Sat, Oct 15, 2005 at 11:09:25AM -0700, Jim Woodruff wrote:
> Cannot launch gramps as it exits with an "Segmentation fault" error.

This is almost certainly a problem with python or the gtk/gnome bindings.
Try starting python and importing modules:
$ python
>>> import gtk
>>> import gnome
>>> import gconf
>>> import gtkspell

If the modules all imported without problems, run gdb on python and
then run gramps:
$ gdb /usr/bin/python
(gdb) run /usr/share/gramps/gramps.py

If, as I suspect, this is a problem with gtkspell, you can still use
gramps by uninstalling gtkspell.

-- 
James Treacy
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to