This repository was archived by the owner on Nov 19, 2018. It is now read-only.
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
[65] GraphViz's executables not found on Windows 7 64-bit #7
Open
Description
What steps will reproduce the problem?
- Install pydot on Win 7 64
- 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
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 )
From: https://code.google.com/p/pydot/issues/detail?id=65
Reported by [email protected], Jan 20, 2012