Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383981 - app-misc/gramps-3.2.5 does not work with python 3
Summary: app-misc/gramps-3.2.5 does not work with python 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 16:20 UTC by gentoo
Modified: 2011-10-23 17:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gentoo 2011-09-21 16:20:39 UTC
Gramps does not start if the Python 3 version is selected as the default python.
The problem is in /usr/bin/gramps, last line:
exec /usr/bin/python -O $GRAMPSDIR/gramps.py "$@"

If you change that line to read
exec /usr/bin/python2 -O $GRAMPSDIR/gramps.py "$@"

then everything works fine.

Reproducible: Always
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2011-10-23 17:11:08 UTC
Fixed through some configure manipulation.  Thanks for the information.