Changes

From Gramps

Solaris Platforms

24 bytes removed, 23:23, 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:
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
Change ''''line 6329'''' to read:
minver = map(int, string.split('2.4', '.')) + [0, 0, 0]
=====src/gramps.py=====
Change ''''line 97'''' of this from to readm from:
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 from sh to ksh (or bash if you prefer):
#! /bin/sh
to:
#!/bin/ksh
41
edits

Navigation menu