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

I am not able to use the program at all. #184

Open florianGithub opened 6 years ago

florianGithub commented 6 years ago

I would really love to use this tool, but I can't get it running at all. First I tried to install via conda, which failed. Then I followed the instructions from the readme, which ended with a success message. (screenshot 1)

When I try to run the basic example from https://pycallgraph.readthedocs.io/en/master/examples/basic.html I get import error "ImportError: cannot import name PyCallGraph". (screenshot 2)

I am running python 2.7.14 :: Anaconda custom (64-bit) on a Windows 7 machine.

Can anybody help me please? Pycallgraph seems to be exactly what I am looking for. Best, Flo screenshot 1 screenshot 2

daneads commented 5 years ago

Can you try to install from the develop branch and retry the import? pip install git+https://github.com/gak/pycallgraph.git@develop ?