Page 1 of 1

Gramps

PostPosted: Jul 28th, '12, 17:58
by garymon
Using Gramps 3.3.1 1.mga2. Get the followig errors when trying use it:

Code: Select all
C[gary@localhost ~]$ gramps

** (process:18588): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:18588): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:18588): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
Gtk-Message: Failed to load module "canberra-gtk-module"
415: ERROR: gramps.py: line 142: Unhandled exception
Traceback (most recent call last):
  File "/usr/share/gramps/gui/grampsgui.py", line 271, in __startgramps
    from GrampsLogger import RotateHandler, GtkHandler
  File "/usr/share/gramps/GrampsLogger/__init__.py", line 45, in <module>
    from _GtkHandler import GtkHandler
  File "/usr/share/gramps/GrampsLogger/_GtkHandler.py", line 4, in <module>
    from _ErrorView import ErrorView
  File "/usr/share/gramps/GrampsLogger/_ErrorView.py", line 15, in <module>
    from _ErrorReportAssistant import ErrorReportAssistant
  File "/usr/share/gramps/GrampsLogger/_ErrorReportAssistant.py", line 14, in <module>
    import bsddb
  File "/usr/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb

I have deleted and reinstalled gramps without success.

Suggestions appreciated. Gary

~command-output placed between [CODE]-tags by moderator ;)

Re: Gramps

PostPosted: Jul 28th, '12, 19:25
by doktor5000
I'll have a look at it and try to fix it, probably went unnoticed during Mageia 2 development.

Re: Gramps

PostPosted: Jul 28th, '12, 19:31
by alf

Re: Gramps

PostPosted: Jul 28th, '12, 20:14
by richardwest

Re: Gramps

PostPosted: Jul 29th, '12, 17:28
by tom_
Code: Select all
  import bsddb
  File "/usr/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb


it seems that pybsddb is not available in mageia2 ??

http://www.digipedia.pl/usenet/thread/1 ... #post16358

Re: Gramps

PostPosted: Jul 31st, '12, 03:40
by drichard58
Is there a work-around for the issue of the bsddb? I just upgraded to Mageia and now I would like to finish the genealogy research I was doing.

Thanks... (BTW - newbie here, so please explain steps in "dummy" language :?)