You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install pydot on Win 7 64
2. Try to run the graph write_png() method
What is the expected output? What do you see instead?
You'll see this:
graph.write_png('example2_graph.png')
File "build\bdist.win-amd64\egg\pydot.py", line 1809, in <lambda>
File "build\bdist.win-amd64\egg\pydot.py", line 1911, in write
File "build\bdist.win-amd64\egg\pydot.py", line 1953, in create
pydot.InvocationException: GraphViz's executables not found
What version of the product are you using? On what operating system?
Using graphviz 2.28 on Win 7 64-bit.
Please provide any additional information below.
It looks like graphviz uses a different registry setting for Win7 64:
hkey = win32api.RegOpenKeyEx( win32con.HKEY_LOCAL_MACHINE, "SOFTWARE\Wow6432Node\AT&T Research Labs\Graphviz 2.28", 0, win32con.KEY_QUERY_VALUE )
Original issue reported on code.google.com by mike.naq...@gmail.com on 20 Jan 2012 at 4:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mike.naq...@gmail.com
on 20 Jan 2012 at 4:46The text was updated successfully, but these errors were encountered: