GRAMPS : 2.0.0-1
LANG : en_US.UTF-8
Python : 2.4.0 final
GTK : 2.6.4
PyGTK : 2.5.3
OS : SuSE Linux 9.3 (i586)
Traceback (most recent call last):
File "/opt/gnome/share/gramps/WriteGedcom.py", line 1227, in exportData
ret =3D gw.export_data(filename)
File "/opt/gnome/share/gramps/WriteGedcom.py", line 628, in export_data
self.write_families()
File "/opt/gnome/share/gramps/WriteGedcom.py", line 687, in write_familie=
s
mother_alive =3D Utils.probably_alive(person,self.db)
File "/opt/gnome/share/gramps/Utils.py", line 604, in probably_alive
if ancestors_too_old (person, current_year):
File "/opt/gnome/share/gramps/Utils.py", line 596, in ancestors_too_old
if ancestors_too_old (mother, year - average_generation_gap):
File "/opt/gnome/share/gramps/Utils.py", line 552, in ancestors_too_old
if father.birth_handle:
AttributeError: 'NoneType' object has no attribute 'birth_handle'
|