I recently installed the Graphviz plugin.  Below are applicable
sections of my trac.ini file:

[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.htfile.htdigeststore = enabled
acct_mgr.web_ui.accountmodule = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
graphviz.* = enabled
trac.web.auth.loginmodule = disabled
webadmin.* = enabled

[graphviz]
cache_dir = D:\Servers\Temp\Graphviz
cache_manager = yes
cache_max_count = 1000
cache_max_size = 10000000
cache_min_count = 500
cache_min_size = 2000000
cmd_path = C:\Program Files\ATT\Graphviz\bin
out_format = png
processor = dot


I can see the PNG images being created in D:\Servers\Temp\Graphiz
(along with associated map files), but the images are not being
displayed on wiki or ticket pages.

I am getting the following (example) error in the environment log:

2007-10-29 13:43:25,931 Trac[formatter] DEBUG: Executing Wiki macro
graphviz by provider <graphviz.graphviz.GraphvizMacro object at
0x00FC2310>
2007-10-29 13:43:26,401 Trac[main] WARNING: 404 Not Found (No handler
matched request to //graphviz/
723ebcf2683904a4728bf79f5c7126427a6c27f7.dot.png)

Any suggestions as to what is going on?  Thanks in advance for any
help you can give.


Brett


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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