Re: how to use pycallgraph in ubuntu and window?

2016-10-14 Thread meInvent bbird
succeed to draw graph, thanks originally i think pip install graphviz is enough then search again there is an win32 executable file graphviz need to be install On Friday, October 14, 2016 at 2:58:48 PM UTC+8, dieter wrote: > meInvent bbird writes: > > > i install in

Re: how to use pycallgraph in ubuntu and window?

2016-10-14 Thread dieter
meInvent bbird writes: > i install in ubunbu 14 > > pip install graphviz > pip install pycallgraph > > martin@ubuntu:~/Downloads$ pycallgraph graphviz -- ./pusher.py > Traceback (most recent call last): > ... > pycallgraph.exceptions.PyCallGraphException: The command "dot"

how to use pycallgraph in ubuntu and window?

2016-10-13 Thread meInvent bbird
i install in ubunbu 14 pip install graphviz pip install pycallgraph martin@ubuntu:~/Downloads$ pycallgraph graphviz -- ./pusher.py Traceback (most recent call last): File "/usr/local/bin/pycallgraph", line 25, in with __pycallgraph.PyCallGraph(config=__config): File