I installed pygraphviz using easy_install, but when I run python I have an error:
>>>import pygraphviz as pgv Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pygraphviz >>>
Using Ubuntu 12.04 and gnome-terminal.
python install pygraphviz
Sashko Lykhenko Mar 27 '13 at 14:28 2013-03-27 14:28
source share