Hi,
I would like to install graphviz to make TracMasterTickets plugin
dependency graphs available.
I installed graphviz-2.18.exe from graphviz.org on a Windows 2003
server. When trying to visualize these dependency graphs... nothing's
displayed. Activating TRAC LOGGING, I get the foloowing which seems to
be (as far as I understand) that the child process (the graphviz
program) can't be found and then can't be launched. However, graphviz
is in my path (tested from command line) so... any help vwould be
higly appreciated!
thanks,
Pierre
My Traceback:
---------------------
2008-05-30 08:52:19,644 Trac[main] DEBUG: Dispatching <Request "GET u'/
depgraph/1162/depgraph.png'">
2008-05-30 08:52:20,161 Trac[main] ERROR: [Error 2] Le fichier
spécifié est introuvable
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\trac-0.11dev_r6658-py2.5.egg\trac
\web\main.py", line 419, in _dispatch_request
dispatcher.dispatch(req)
File "C:\Python25\lib\site-packages\trac-0.11dev_r6658-py2.5.egg\trac
\web\main.py", line 196, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\mastertickets\web_ui.py", line 116, in
process_request
stdin=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
File "C:\Python25\lib\subprocess.py", line 594, in __init__
errread, errwrite)
File "C:\Python25\lib\subprocess.py", line 816, in _execute_child
startupinfo)
WindowsError: [Error 2] Le fichier spécifié est introuvable
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---