Modify ↓
#5409 closed defect (duplicate)
Graphviz looks for non-existent file 'gvcache'
Reported by: | Jonathan Turkanis | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am running Trac 0.11 with Python 2.4. When I install and enable GraphvizPlugin 0.7.5 I get the following (santized) error:
OSError: [Errno 13] Permission denied: '/var/trac/projects/xxx/gvcache
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
And this will be handled by #3951.
comment:3 Changed 13 years ago by
Maybe this needs to be better documented on the project wiki page since it seems to be a fairly frequently asked question.
Note: See
TracTickets for help on using
tickets.
You need to create a cache directory (that exists) then configure the plugin to use that cache directory. The default cache directory is gvcache.
Checkout the configuration section of http://trac-hacks.org/browser/graphvizplugin/0.11/README.txt
HTH,
Russ