Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Apr 13, 2015 · 1 comment
Closed

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

GoogleCodeExporter opened this issue Apr 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant