Modify ↓
Opened 10 years ago
Closed 10 years ago
#11908 closed defect (worksforme)
dependancy graph not working
Reported by: | shorif2000 | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | MasterTicketsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I have installed this on centos 5. pyhton 2.4. php 5.2.4. trac 0.12. I added a number on the blocked field which refers to ticket number. i click on Depgraph and got the following error.
Most recent call last: File "/data/intranet/html/trac/paradox/.egg-cache/TracMasterTickets-3.0.5dev_r13684-py2.4.egg-tmp/mastertickets/templates/depgraph.html", line 32, in <Expression u"Markup(graph_render('cmapx').decode('utf8'))"> File "/usr/lib/python2.4/site-packages/Trac-0.12.5-py2.4.egg/trac/util/compat.py", line 83, in newfunc File "build/bdist.linux-i686/egg/mastertickets/graphviz.py", line 141, in render File "/usr/lib/python2.4/subprocess.py", line 542, in __init__ File "/usr/lib/python2.4/subprocess.py", line 975, in _execute_child
Attachments (0)
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
I just installed Graphviz and upadted the trac.ini file. i get following error now
No handler matched request to /depgraph/ticket/74
comment:4 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Great. Glad it is working for you.
Note: See
TracTickets for help on using
tickets.
Did you install Graphviz and configure it according to: MasterTicketsPlugin#Configuration? See also #10452.