wting / python-graph

Automatically exported from code.google.com/p/python-graph
Other
5 stars 3 forks source link

Requiring pydot #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I find requiring pydot is an unfavorable development, as it requires
further inclusion of pyparsing and Graphviz.  This tight coupling should
not be required, but should be an optional extension.  These requirements
may prevent me from using the graph library in some applications.

Original issue reported on code.google.com by tryp...@gmail.com on 2 Jun 2009 at 7:04

GoogleCodeExporter commented 9 years ago
Can you make 1.4 available on the web site, so I can continue development?

Thanks

Original comment by tryp...@gmail.com on 2 Jun 2009 at 7:07

GoogleCodeExporter commented 9 years ago
All packages should be available through pypi, no?

  How is it that you install python-graph?

Re: 1.4. You can see all the download links here:
http://code.google.com/p/python-graph/downloads/list?can=1&q=&colspec=Filename+S
ummary+Uploaded+Size+DownloadCount

Original comment by christian.muise on 2 Jun 2009 at 11:04

GoogleCodeExporter commented 9 years ago
Hello. We intend to make it an optional dependency in the next release. If you 
don't
use any of the visualization features, you should be fine with it too.

Original comment by pmatiello on 2 Jun 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Done in the repository. Check revision 418.

Original comment by pmatiello on 2 Jun 2009 at 12:06

GoogleCodeExporter commented 9 years ago
Thanks, all!  

I am sorry I am not familiar with pypi - I downloaded the tarball to work with 
in my
current environment. Pydot looks like it requires GraphViz and some binaries.  
Since
I do not control the build environment, I didn't want to lose access to the 
library
due to any constraints.

Original comment by tryp...@gmail.com on 3 Jun 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Fixed formally in r420

Original comment by christian.muise on 3 Jun 2009 at 2:20