On Fri, 25 Aug 2006, Dhivya Arasappan/O/VCU wrote:

> Hi everyone,
> 
> I'm trying to draw and display a simple graph using Graphviz. I converted
> it to a gif file by using
> 
> as_gif function.
> 
> But when I try to print the gif file on screen as html, I get the
> following error:
> 
> Command 'dot' not found in /sbin, /usr/sbin, /bin, /usr/bin, /usr/X11R6/bin 
> at /usr/lib/perl5/site_perl/5.8.5/GraphViz.pm line 1148
> 
> I know that the gif file is being created properly because I can open it
> and view it.  I also know of a dotty.exe or dot.exe viewer that's
> required for viewing these files. But, shouldnt that come as part of the
> graphviz installation? Or do I have to get it seperately?

You'll need to install Graphviz separately in order for
the Perl modules to work - Win32 binaries are available from
   http://www.graphviz.org/

-- 
best regards,
Randy Kobes
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to