gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

No such file or directory: 'graphvis' #165

Closed mckatzenelson closed 7 years ago

mckatzenelson commented 7 years ago

After installing graphvis and pycallgraph in fedora 24, the following command line

pycallgraph graphviz -- ./myprogram.py args

produces the following error

File "/usr/bin/pycallgraph", line 147, in execfile(args[0]) IOError: [Errno 2] No such file or directory: 'graphviz'

mckatzenelson commented 7 years ago

Okay, i figured it out. The instructions seem to be incorrect. Just omit the graphviz from the command line.