-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Bonjour,
D'abord merci pour votre travail!
J'ai installé le plugin sans trop de souci, et les lib python mais j'ai un souci pendant l'import il ne prend pas en compte les date de naissance et de décès.
Pourriez-vous m'aider ?
Mon setup:
/home/sfalicon/.gramps# pip show requests
Name: requests
Version: 2.25.1
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
Author-email: me@kennethreitz.org
License: Apache 2.0
Location: /usr/local/lib/python3.8/dist-packages
Requires: urllib3, chardet, certifi, idna
Required-by: getmyancestors
/home/sfalicon/.gramps# pip show lxml
Name: lxml
Version: 4.9.1
Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Home-page: https://lxml.de/
Author: lxml dev team
Author-email: lxml-dev@lxml.de
License: BSD
Location: /usr/local/lib/python3.8/dist-packages
Requires:
Required-by:
/home/sfalicon/.gramps# python3 --version
Python 3.8.10
