Sorry, there is a slight mistake in the announcement. It should be: easy_install -i http://dist.repoze.org/bfg/current/simple<http://dist.repoze.org/bfg/current>repoze.bfg Docs on the site have the correct index URL. Carlos de la Guardia On Tue, Jul 7, 2009 at 4:08 AM, Maurits van Rees <m.van.rees@zestsoftware.nl
wrote:
Chris McDonough, on 2009-07-06:
Summary -------
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.
Great news! Thanks to all contributors!
Quick installation:
easy_install -i http://dist.repoze.org/bfg/current 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 )