41
edits
Changes
From Gramps
no edit summary
change '''line 6297''' of this file to read:
minver = map(int, string.split(\''''2.4'''\', '.')) + [0, 0, 0]change '''line 6329''' to read from: minver = map(int, string.split(\''''2.4'''\', '.')) + [0, 0, 0]
=====src/gramps.py=====
change '''line 97''' to read:
MIN_PYTHON_VERSION = (2, '''4''', 0, \'\', 0)
=====gramps.sh.in=====
Unlike other UNIX/Linux versions the default /bin/sh under Solaris is the older bourne shell. In order to allow the script to work we need to modify the first line of this file to read ksh (or bash if you prefer):
#!/bin/'''ksh'''
=====src/gen/db/base.py=====
change '''line 39''' to read:
from '''bsddb3 ''' import db
=====src/gen/db/dbdir.py=====
change '''line 39''' to read:
from '''bsddb3 ''' import dbshelve, db
=====src/Editors/_EditFamily.py=====
change '''line 28''' to read:
from '''bsddb3 ''' import db as bsddb_db
=====src/GrampsDbUtils/_GrampsBSDDB.py=====
=====src/GrampsLogger/_ErrorReportAssistant.py=====
change '''line 5''' to read:
import sys, os,'''bsddb3'''
change '''line 102''' to read:
str('''bsddb3'''.__version__),
=====src/plugins/Leak.py=====
change '''line 34''' to read:
from '''bsddb3'''.db import DBError