daneads / pycallgraph2

pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
219 stars 34 forks source link

No module named pycallgraph #10

Closed irthomasthomas closed 1 year ago

irthomasthomas commented 5 years ago

Is this project still live? I'm having an issue getting it going. Docs say to run pycallgraph2 but this doesn't exist, and running pycallgraph instead produces the error "No module named pycallgraph".

Cheers

irthomasthomas commented 5 years ago

The fix was easy enough. Just change the line in /usr/local/bin/pycallgraph to import pycallgraph2

CromFr commented 5 years ago

this has been fixed by PR #6, but there has been no release on pypi since

daneads commented 5 years ago

Thanks all, you should be able to update via today's PyPi release.