Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

pycallgraph and PySide? #167

Open
frueter opened this issue Dec 28, 2016 · 0 comments
Open

pycallgraph and PySide? #167

frueter opened this issue Dec 28, 2016 · 0 comments

Comments

@frueter
Copy link

frueter commented Dec 28, 2016

Hi,

I'm not sure if this project is still alive, but it looks awesome, so I hope it is.
I just tried running a fairly complex PySide program through pycallgraph but got the below error.
I wonder if there is anything I can do to get this working?

Cheers,
frank

```	%0 1
%0 1
%0 1
%0 1
%0 1
%0 1
%0 1
%0 1
libpath/shortest.c:324: triangulation failed
libpath/shortest.c:192: source point not in any triangle
Error: in routesplines, Pshortestpath failed
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "/Library/Python/2.7/site-packages/pycallgraph/pycallgraph.py", line 38, in __exit__
    self.done()
  File "/Library/Python/2.7/site-packages/pycallgraph/pycallgraph.py", line 81, in done
    self.stop()
  File "/Library/Python/2.7/site-packages/pycallgraph/pycallgraph.py", line 90, in generate
    output.done()
  File "/Library/Python/2.7/site-packages/pycallgraph/output/graphviz.py", line 112, in done
    'code %(ret)i.' % locals())
pycallgraph.exceptions.PyCallGraphException: The command "dot -Tpng -opycallgraph.png 	/var/folders/y_/8tvyrzj11vd5577qzmnf_3840000z9/T/tmpGMaLhr" failed with error code 11.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant