pombreda / pydot

Automatically exported from code.google.com/p/pydot
MIT License
0 stars 0 forks source link

Path detection of GV .EXEs fails on WIN7 64 bit. #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install pydot
2. Try creating a .jpg of a graph.
3. Observe that pydot fails to find the .EXEs of GV

What is the expected output? What do you see instead?
I expect pydot to find the executables :)

What version of the product are you using? On what operating system?
1.0.2. Windows 7 64 bit.

Please provide any additional information below.
First of all you should know that the executables that pydot needs are 
found in the directory - C:\Program Files (x86)\Graphviz2.26.3\bin .

The first method for detecting the path of the executables (using pywin32) 
doesnt work. I had to delete the first case, and put C:\Program Files 
(x86)\Graphviz2.26.3\bin in the PATH, and then everything was fine :).

Original issue reported on code.google.com by qui...@gmail.com on 12 May 2010 at 7:04

GoogleCodeExporter commented 9 years ago
As pointed out by a commented Issue 37 already proposes how to solve this one.

Original comment by ero.carr...@gmail.com on 30 Oct 2010 at 5:53