You are not logged in.
Pages: 1
I'm trying to start the genealogy program gramps and I'm getting the following error message:
Traceback (most recent call last):
File "/usr/share/gramps/gramps.py", line 166, in run
setup_logging()
File "/usr/share/gramps/gramps.py", line 123, in setup_logging
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 5, in <module>
import sys, os,bsddb
File "/usr/lib/python2.6/bsddb/__init__.py", line 64, in <module>
import _bsddb
ImportError: No module named _bsddb
gramps 3.1.2-1
thnaks in advance for your help
Offline
From the output and a quick search in the aur, I would guess that you don't have the package python-bsddb installed.
Knute
Offline
Strange - I don't have the package called python-bsddb installed and gramps is working for me. I just checked though, and I do have a directory called /usr/lib/python2.6/bsddb/
Last edited by rsambuca (2009-10-04 02:18:38)
Offline
Strange - I don't have the package called python-bsddb installed and gramps is working for me. I just checked though, and I do have a directory called /usr/lib/python2.6/bsddb/
But do you have a file /usr/lib/python2.6/lib-dynload/_bsddb.so? On a fully up to date system you probably do not...
This is a bug from the db-4.8 upgrade. It looks like pyhton did not build against it... Please file a bug report so I remember to fix it.
Offline
From the output and a quick search in the aur, I would guess that you don't have the package python-bsddb installed.
no, I also thought that is the problem, but it is not. python-bsddb is already installed.
But in any case, thank you for your help. I will fill the bug report.
Offline
done!
but... I dont know if the bug report is really related to gramps... sorry.
Anyway: its the bug report:
Offline
Ahh, after my update last night, Gramps is no longer working and I get this same error message. I see you have filed the bug report already.
Offline
rsambuca:
you have to update to the last python package and it will work again!
Offline
Pages: 1