Error installing pygraphviz on OSX
- by Neil
I'm trying to get the graph-models to work (from django-command extensions) on Snow Leopard. It requires pygraphviz, which I installed via macports. After successful install I am getting this error:
>>> import pygrahphviz
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named…