While doing the due diligence for the newly published Historical Context addon documentation, I stripped all (gramps.ini
and splitbar .ini
) traces of the beta addon from my Gramps 5.2.3 installation and used the Addon Manager to Install.
Clicking the Install reports in the following dialog… which I haven’t seen before.
My 1st attempt was with a pre-existing .gramps/gramps52/plugins/HistContext
folder that contained a customized default_data_v1_0.txt
. (To verify that it was not overwritten during install/update.)
This Install button click resulted in an “Addon Registration Failed” dialog.
Restarting Gramps registered the addon without warning.
register(GRAMPLET,
id="HistContext",
name=_("Historical Context"),
description = _("Displaying a historical context"),
status = STABLE,
version = '0.2.11',
fname="HistContext.py",
height = 20,
detached_width = 510,
detached_height = 480,
expand = True,
gramplet = "HistContext",
gramplet_title=_("Historical Context"),
gramps_target_version="5.2",
# help_url="https://github.com/kajmikkelsen/TimeLineGramplet",
help_url="Addon:Historical_Context",
navtypes=["Person","Dashboard"],
include_in_listing = True,
)
So I quit Gramps, deleted the pre-existing .gramps/gramps52/plugins/HistContext
folder and tried installing again.
Same “Addon Registration Failed” dialog recurred.
Again restarting Gramps registered the addon without warning.
What are the conditions for this Failure message. And how can it be resolved?