[Distutils] #egg links off a find-links page

Ben Bangert ben at groovie.org
Thu Sep 22 04:50:34 CEST 2005


I'm trying to make a bunch of subversion directories available on a  
page for use with find-links to provide one place for it to fetch all  
the packages I require. Here's the page where I put them all:
http://pylons.groovie.org/

Running the ez_setup script like this:
python ez_setup.py -f http://pylons.groovie.org/ Pylons

It properly gets the Pylons trunk, checks the version, etc.
Then it searches for dependencies, and searches PyPI for PasteDeploy  
even though I listed it with #egg=PasteDeploy on the page. Of course  
it doesn't find the one I specifically wanted in PyPI (a dev  
version), so it then fails rather than noticing the egg link.

Any ideas?

Thanks,
Ben


More information about the Distutils-SIG mailing list