Got the graphics working on gr-perf-monitorx. Here’s a list of packages,
and the installation
sequence needed to get it running on Ubuntu 13.10:
sudo apt-get install 3 packages:
pip (the python package installer)
graphviz
libgraphviz-dev
Then
pip install 2 packages:
networkx
pygraphviz
– Tom, N5EG
tom-mac
2
On Mon, Feb 10, 2014 at 11:36 PM, Tom McDermott
[email protected] wrote:
Then
pip install 2 packages:
networkx
pygraphviz
– Tom, N5EG
You really shouldn’t have to do that. I just apt-get install
python-networkx on Ubuntu and that works for me by pulling in the
required deps.
Tom