I am using Python to create a graph via pydot.Dot
.
When I want to write the graph to PNG, I use pydot.Dot.write_png(...)
.
Unfortunately, it fails at the stage of finding graphviz (in a function called find_graphviz
).
I tried installing it as a software but I don't see how it can be imported to Python.
How can I solve this problem?