Why is pydot unable to find GraphViz’s executables in Windows 8?

The problem is that the path to GraphViz was not found by the pydot module as shown in the traceback: ‘GraphViz\’s executables not found’ I solved this problem on my windows 7 machine by adding the GraphViz bin directory to my computer’s PATH. Then restarting my python IDE to use the updated path. Install GraphViz … Read more