lsantos2000 / feedjack

Automatically exported from code.google.com/p/feedjack
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ez_setup.py needs update for DEFAULT_VERSION #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Very minor issue.  Looks like version 0.6a10 is not available at 
http://cheeseshop.python.org/packages/2.3/s/setuptools/

I think a change like this should do the trick in ez_setup.py:

DEFAULT_VERSION = "0.6c6"
#DEFAULT_VERSION = "0.6a10"

What steps will reproduce the problem?
1. Run the install (python setup.py install)

What is the expected output? What do you see instead?
404 Error when downloading setuptools

What version of the product are you using? On what operating system?
Linux (on dreamhost.com shell) + Feedjack-0.9.9.tar.gz

Please provide any additional information below.
Minor issue and easy workaround (really just giving an FYI)

Original issue reported on code.google.com by garre...@gmail.com on 19 Jun 2007 at 4:20

GoogleCodeExporter commented 8 years ago
Fixed in svn. thanks!

Original comment by gpicon on 1 Jul 2007 at 4:45