I am running Python3.4 on Windows 7. I am trying to use the Python interface for graphviz. This is a script I intend to run:
from graphviz import Digraph
imp
I'm using Windows 10, Python 3.6 on Anaconda 3 and have faced the same issue.
I've had it work by doing the following in sequence:
worked fine after that.