gak / pycallgraph

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

AttributeError: 'GraphvizOutput' object has no attribute 'exclude' #114

Closed gak closed 11 years ago

gak commented 11 years ago
Traceback (most recent call last):
  File "/usr/local/bin/pycallgraph", line 5, in <module>
    pkg_resources.run_script('pycallgraph==1.0.0', 'pycallgraph')
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 505, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1245, in run_script
    execfile(script_filename, namespace, namespace)
  File "/usr/local/lib/python2.7/dist-packages/pycallgraph-1.0.0-py2.7.egg/EGG-INFO/scripts/pycallgraph", line 25, in <module>
    with __pycallgraph.PyCallGraph(config=__config):
  File "/usr/local/lib/python2.7/dist-packages/pycallgraph-1.0.0-py2.7.egg/pycallgraph/pycallgraph.py", line 28, in __init__
    configured_ouput = self.config.get_output()
  File "/usr/local/lib/python2.7/dist-packages/pycallgraph-1.0.0-py2.7.egg/pycallgraph/config.py", line 61, in get_output
    output.set_config(self)
  File "/usr/local/lib/python2.7/dist-packages/pycallgraph-1.0.0-py2.7.egg/pycallgraph/output/output.py", line 27, in set_config
    is_fun = callable(getattr(self, k))
AttributeError: 'GraphvizOutput' object has no attribute 'exclude'