Changes

From Gramps

GEPS 031: Python 3 support

379 bytes added, 08:44, 17 November 2012
m
no edit summary
So, once you open a family tree with python3, you will not be allowed to open it with python 2.7. The only way to open it with python 2.7 is using the bsddb3 option of Gramps, and installing from source the bsddb3 package for python 2.7 that is as current as the one given in python3
 
== Tips ==
# If you work with python3, edit the ~/.subversion/config files, and add the section
global-ignores = __pycache__
# Give a family tree a name that contains 32 if you use python 3, and 27 if you use python 2. Once you open a python 2 family tree, the database is upgrade and you canot open it again in python 2 (you could export to xml and import in python 2 though)
== How? ==

Navigation menu