vincenthEE / DotEditor

A GUI editor for dot language used in graphviz.
230 stars 44 forks source link

Graphviz 2.38 #4

Open OkapiCode opened 8 years ago

OkapiCode commented 8 years ago

On Windows 10, Graphviz installer does not set PATH variable. Manually adding "C:\Program Files (x86)\Graphviz2.38\bin" does not seem to help.

ghost commented 7 years ago

the same issue in My Win7/WIN2008R2

ghost commented 7 years ago

not work even change the path to C:\Program Files (x86)\graphviz\bin

ghost commented 7 years ago

image

ghost commented 7 years ago

Programmed and tested with Graphviz 2.26.3 and Python 2.6 on OSX 10.6.4

Unbelievable!!!

0xC4N1 commented 6 years ago

This helped me on Windows 7: #18#issuecomment-327523245

Also pydot.py#L493 is checking HKEY_LOCAL_MACHINE\\SOFTWARE\\ATT\\Graphviz and HKEY_LOCAL_MACHINE\\SOFTWARE\\AT&T Research Labs\\Graphviz for a InstallPath key. As well as the graphviz directory C:\Program Files\att\Graphviz\bin.

kaidokert commented 6 years ago

I got it running by putting this in registry

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ATT\Graphviz]
"InstallPath"="E:\\Program Files (x86)\\Graphviz2.38\\"
Protarios commented 3 years ago

Is it possible to add any other means of setting the dot path variable. Adding to Windows Registry oder installing in Program Files requires local admin rights. Can't user environment variables (GRAPHVIZ_DOT) be used, like plantuml does?