* src/GrampsLogger/_ErrorReportAssistant.py
(_get_sys_information): Report BSDDB version. svn: r7698
This commit is contained in:
parent
4dae3896e4
commit
47fe5af7c2
@ -1,4 +1,6 @@
|
||||
2006-11-25 Alex Roitman <shura@gramps-project.org>
|
||||
* src/GrampsLogger/_ErrorReportAssistant.py
|
||||
(_get_sys_information): Report BSDDB version.
|
||||
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Use
|
||||
per-database environment dirs, under ~/.gramps/env dir.
|
||||
* src/const.py.in (env_dir): Add new variable.
|
||||
|
@ -1,6 +1,6 @@
|
||||
from gettext import gettext as _
|
||||
|
||||
import sys,os
|
||||
import sys,os,bsddb
|
||||
import const
|
||||
|
||||
import gtk
|
||||
@ -89,11 +89,13 @@ class ErrorReportAssistant:
|
||||
distribution = " "
|
||||
|
||||
return "Python version: %s \n"\
|
||||
"BSDDB version: %s \n"\
|
||||
"Gramps version: %s \n"\
|
||||
"LANG: %s\n"\
|
||||
"OS: %s\n"\
|
||||
"Distribution: %s\n"\
|
||||
% (str(sys.version).replace('\n',''),
|
||||
str(bsddb.__version__),
|
||||
str(const.version),
|
||||
os.environ.get('LANG',''),
|
||||
operatingsystem,
|
||||
|
Loading…
Reference in New Issue
Block a user