yesterday I added pydot package by installing it via pip in command line. I can import the package and even create an object, but when I want to create a graph by:
graph.write_jpg('example1_graph.jpg')
I get the following error:
Exception: "dot.exe" not found in path.