cudadog / pydot

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

find_graphviz on OS X #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Ero,

Thanks for maintaining PyDot, it's very handy. PyDot has trouble finding
the graphviz executables on my machine (a Mac). The Mac version of GraphViz
tucks the executables into an application, so they don't usually make it
onto the path. They get put in

prefix/Graphviz.app/Contents/MacOS/ ,

where 'prefix' is usually but not necessarily '/Applications'. I don't know
if there's anything you can do about this, but thought you might like to know.

Original issue reported on code.google.com by anand.pr...@gmail.com on 14 Aug 2007 at 7:01

GoogleCodeExporter commented 9 years ago
The manual solution would be to have the path to the binaries in the PATH 
enviroment
variable. pydot searches for the binaries in all directories listed there.

Original comment by ero.carr...@gmail.com on 24 Aug 2007 at 11:17

GoogleCodeExporter commented 9 years ago
The path '/Applications/Graphviz.app/Contents/MacOS/' will be among the ones 
checked by default in the next 
version of pydot.

Original comment by ero.carr...@gmail.com on 11 Feb 2008 at 6:10