Subject: | GraphViz and Strawberry |
Hello, Leon
Accordingly to some of my students that are using windows with
strawberry Perl (thanks to Adam Kennedy one more time ;)) the GraphViz
module is not working correctly with the Windows version of graphviz.
His suggests the following change (for windows):
edit GraphViz.pm, lines 360-364:
if (exists $config->{layout}) {
$self->{LAYOUT} = $config->{layout};
} else {
$self->{LAYOUT} = "dot"; # default layout
}
and change "dot" to "dot.exe"
Not sure if this is correct or not (I do not use Windows) but it might
be an option to verify the operating system and adapt accordingly.
Cheers
ambs