Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in pydot #17

Open
beufanet opened this issue Jan 9, 2017 · 2 comments
Open

Crash in pydot #17

beufanet opened this issue Jan 9, 2017 · 2 comments

Comments

@beufanet
Copy link

beufanet commented Jan 9, 2017

When trying to call show_bgpmap, I have the following crash from pydot.

How can I get dump why this crash happen ?

File "/home/birdlg/bird-lg/lg.py", line 531, in show_bgpmap
return Response(graph.create_png(), mimetype='image/png')
File "/home/birdlg/bird-lg/lg/local/lib/python2.7/site-packages/pydot.py", line 1681, in
self.create(format=f, prog=prog))
File "/home/birdlg/bird-lg/lg/local/lib/python2.7/site-packages/pydot.py", line 1900, in create
assert p.returncode == 0, p.returncode

@rogaha
Copy link

rogaha commented Aug 4, 2017

same issue here!

@loopodoopo
Copy link
Contributor

I believe you forgot to install graphviz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants