Changes

From Gramps

Solaris Platforms

284 bytes added, 21:19, 22 June 2008
no edit summary
=====configure=====
Although the GRAMPS 3.0.1 package requires a python version of 2.5 or later. The Solaris build of python 2.4 works well with GRAMPS 3.0.1 and no issues have been noticed. ''''Note:'''' This change negates the need install a later release of python ;-)
Change ''''line 6297'''' of this file to read from:
minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
to:
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
Change ''''line 6329'''' to read from:
minver = map(int, string.split('2.5', '.')) + [0, 0, 0]
to:
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
=====src/gramps.py=====
Change ''''line'''' of this from to readm from:
MIN_PYTHON_VERSION = (2, 5, 0, '', 0)
to:
MIN_PYTHON_VERSION = (2, 4, 0, '', 0)
=====gramps.sh.in=====
import sys, os,bsddb3
Change ''''line 102'''' to read from:
str(bsddb.__version__), 
to:
str(bsddb3.__version__),
41
edits

Navigation menu