3,146
edits
Changes
From Gramps
→Prerequisites
==Prerequisites==
Network Chart requires the python Python networkx module to assist in selecting what to display and Graphviz via the pygraphviz module to generate the chart.
Requires the following to be installed (type pip3 if system default is still python 2):
===Troubleshooting===
You can check if networkx and pygraphviz installed correctly by starting python Python (type python3 if system default is still python 2) and attempt to import both packages[https://www.reddit.com/r/gramps/comments/5z1gtj/show_all_database_entries_in_a_graphical_report/deuym8w/] eg:
python3