15,091
edits
Changes
From Gramps
no edit summary
For the addon to work you will need to install both the {{man label|[[#Requests|Request]]}} and {{man label|[[#lxml|lxml]]}} Python modules.
===Requests===
Install the python module [https://2.python-requests.org/en/master/user/install/#install {{man label|Requests}}] otherwise you will get the following error:
<code>2020-12-06 10:29:40.191: WARNING: _manager.py: line 308: Plugin error (from 'GeneanetForGramps'): No module named 'requests' </code>
===lxml===
Install the python module [https://lxml.de/ {{man label|lxml}}] otherwise you will get the following error:
<code>2020-12-07 00:22:41.100: WARNING: _manager.py: line 308: Plugin error (from 'GeneanetForGramps'): No module named 'lxml' </code>
===SQLite only supported===
Also note that you need to use a SQLite DB (based on API-DB) and NOT a BSDDB for the plugin to work.
When using a BSDDB base you'll get the following error: