Sorry, there is a slight mistake in the announcement. It should be:
easy_install -i http://dist.repoze.org/bfg/current/simple repoze.bfg
Docs on the site have the correct index URL.
Carlos de la Guardia
Chris McDonough, on 2009-07-06:
> SummaryGreat news! Thanks to all contributors!
> -------
>
> The first major release of the BFG web framework (aka "repoze.bfg"),
> version 1.0, is available. See http://bfg.repoze.org/ for general
> information about repoze.bfg.
That is not working:
$ easy_install -i http://dist.repoze.org/bfg/current repoze.bfg
Searching for repoze.bfg
Reading http://dist.repoze.org/bfg/current/repoze.bfg/
Couldn't find index page for 'repoze.bfg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://dist.repoze.org/bfg/current/
No local packages or download links found for repoze.bfg
error: Could not find suitable distribution for Requirement.parse('repoze.bfg')
You need the -f option, for find-links:
$ easy_install -f http://dist.repoze.org/bfg/current repoze.bfg
Searching for repoze.bfg
Reading http://dist.repoze.org/bfg/current
Best match: repoze.bfg 1.0
...
--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )