I get no image in ViewVC/ViewCVS but see a Python Exception
You probably see something similar like:
exec failed:
cvsgraph -i -c /.../cvsgraph.conf -r /yyy -x x -3 ... <and a lot more parameters>.... yyy/file.c,v
Content-Type: text/html
An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
File "/.../lib/viewvc.py", line 3611, in main
request.run_viewvc()
File "/.../lib/viewvc.py", line 388, in run_viewvc
self.view_func(self)
File "/.../lib/viewvc.py", line 2226, in
view_cvsgraph
rcsfile), 'rb', 0)
File "/.../lib/popen.py", line 125, in popen
os.execvp(cmd, (cmd,) + tuple(args))
File "/.../usr/lib/python2.2/os.py", line
299, in execvp
_execvpe(file, args)
File "/.../usr/lib/python2.2/os.py", line
337, in _execvpe
apply(func, (fullname,) + argrest)
OSError: [Errno 2] No such file or directory [emphasis added]
The problem is that the cvsgraph executable cannot be run because it is not
found. This is most of the time because you have misconfigured the option
cvsgraph_path in the viewcvs.conf file. Please check that you have a
trailing '/' in the path and that no leading or trailing whitespace is on that
line.