On 22.04.2013 12:13, Megha Agrawal wrote:
https://code.google.com/p/python-graph/wiki/ExampleWhen I am trying to run the code to draw a graph, given on above link, I am getting following error: ImportError: No module named gv What can be the reasons?
Which OS? It looks like you are missing "graphviz" or you need to adapt your paths: https://code.google.com/p/python-graph/issues/detail?id=15 Bye, Andreas -- http://mail.python.org/mailman/listinfo/python-list
