[graphviz] Why is pydot unable to find GraphViz's executables in Windows 8?

I found a manual solution: sudo apt-get install graphviz

graph.write('test.dot') dot -Tps test.dot -o outfile.ps

You can the files here: https://github.com/jecs89/LearningEveryDay/tree/master/GP