I\'m having trouble running Python\'s pydot on Windows 7.
I installed pydot with: conda install -c rmg pydot=1.2.2
conda install -c rmg pydot=1.2.2
I have graphviz installed under
Other solutions didn't work for me, and I figured out pydot tried to run a hardcoded dot.bat so I just created dot.bat wrapper nearby dot.exe and it worked:
dot.bat
dot.exe
@echo off dot %*