sys-bio / tellurium

Python Environment for Modeling and Simulating Biological Systems
http://tellurium.analogmachine.org/
Apache License 2.0
107 stars 36 forks source link

draw() command should bail if graphviz is not found #101

Closed kirichoi closed 8 years ago

kirichoi commented 8 years ago

Some of the current implementation of draw() command should bail out if graphviz is not installed. At least on windows, graphviz is not prepackaged with Tellurium, and there is no plan to prepackage it in the future.

kirichoi commented 8 years ago

Successfully integrated graphviz into windows version of tellurium

hsauro commented 8 years ago

Nice, be interested to see how this works.

H

On Thursday, March 3, 2016, Kiri Choi notifications@github.com wrote:

Successfully integrated graphviz into windows version of tellurium

— Reply to this email directly or view it on GitHub https://github.com/sys-bio/tellurium/issues/101#issuecomment-192037269.

matthiaskoenig commented 8 years ago

This sounds closed to me. @kirichoi you should close the issue if finished

kirichoi commented 8 years ago

Fixed the issue on Windows. However, I am not sure how things work when you install graphviz on Mac or Linux.