I have just migrated from 0.10.3 to 0.11.1 and been fixing stuff as i
go. Looks great, btw. My GraphvizPlugin broke though.
I have updated to the version available at http://trac-hacks.swapoff.org/svn
and 0.11 directory
the message I get is: Graphviz macro processor has detected an error.
Please fix the problem before continuing.

The command
[u'/usr/bin/dot', ”, u'-Tgif', u'-o/var/cache/trac/graphviz/
d17c2d792b42ef258cd7d158e8ee3c04ebcb6de8.dot.gif']
failed with the the following output:

Error: dot: can't open


So the second parameter is not getting filled with a file name.
However, if I run the above command with a file containing the
contents of my dot file, it works. So this is just the plugin not
behaving quite right.

That is to say,

/usr/bin/dot foo.dot -Tgif /var/cache/trac/graphviz/
d17c2d792b42ef258cd7d158e8ee3c04ebcb6de8.dot.gif

works.


Thanks in advance,
Bill Coffman

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to