mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
753 stars 72 forks source link

Objgraph is not Generating Images - GraphViz is #7

Closed MikeiLL closed 9 years ago

MikeiLL commented 9 years ago

This issue is probably with my installation in a VirtualEnv on OS X 10.6.8. ObjGraph 1.8.1 doesn't seem to be generating image files, although it states that it has. GraphViz is working as expected when run from the command line:

dot -Tpng graph1.dot > output.png

MikeiLL commented 9 years ago

Never mind - GraphViz is installed on system, but was missing from VirtualEnv.