wting / python-graph

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

Package removed from the Python Package Index #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new packages are not listed in the Python Package Index
(http://pypi.python.org/pypi). Removing the old package breaks packages
that had it listed as a dependency.

Original issue reported on code.google.com by benliles on 29 Oct 2009 at 9:42

GoogleCodeExporter commented 9 years ago
Packages are there, but they aren't installable as listed on the front page, 
may be
an issue with the package index.

Original comment by benliles on 29 Oct 2009 at 9:46

GoogleCodeExporter commented 9 years ago
I'm not sure if I understood. Are the problems related to installation using
easy_install?

Original comment by pmatiello on 29 Oct 2009 at 10:39

GoogleCodeExporter commented 9 years ago
Easy install was responding that it couldn't find the package. The search from 
the package site doesn't 
find it either. I think it's a problem with the package searching at this point.

Original comment by benliles on 29 Oct 2009 at 11:03

GoogleCodeExporter commented 9 years ago
You should install the packages "python-graph-core" and (if you need 
dot-language
support) "python-graph-dot" instead of just "python-graph".

# easy_install python-graph-core
# easy_install python-graph-dot

If you need a previous version, you can download the egg here:
http://code.google.com/p/python-graph/downloads/list?can=1&q=&colspec=Filename+S
ummary+Uploaded+Size+DownloadCount

Then, install it with:
# easy_install filename

Are you writing a package using python-graph?

Original comment by pmatiello on 29 Oct 2009 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by pmatiello on 10 Nov 2009 at 3:37