Sorry, there is a slight mistake in the announcement. It should be:<br><br>easy_install -i <a href="http://dist.repoze.org/bfg/current" target="_blank">http://dist.repoze.org/bfg/current/simple</a> repoze.bfg<br><br>Docs on the site have the correct index URL.<br>
<br>Carlos de la Guardia<br><br><br>
<br><br><div class="gmail_quote">On Tue, Jul 7, 2009 at 4:08 AM, Maurits van Rees <span dir="ltr">&lt;<a href="mailto:m.van.rees@zestsoftware.nl">m.van.rees@zestsoftware.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chris McDonough, on 2009-07-06:<br>
<div class="im">&gt; Summary<br>
&gt; -------<br>
&gt;<br>
&gt; The first major release of the BFG web framework (aka &quot;repoze.bfg&quot;),<br>
&gt; version 1.0, is available.  See <a href="http://bfg.repoze.org/" target="_blank">http://bfg.repoze.org/</a> for general<br>
&gt; information about repoze.bfg.<br>
<br>
</div>Great news!  Thanks to all contributors!<br>
<div class="im"><br>
&gt; Quick installation:<br>
&gt;<br>
&gt;    easy_install -i <a href="http://dist.repoze.org/bfg/current" target="_blank">http://dist.repoze.org/bfg/current</a> repoze.bfg<br>
<br>
</div>That is not working:<br>
<br>
 $ easy_install -i <a href="http://dist.repoze.org/bfg/current" target="_blank">http://dist.repoze.org/bfg/current</a> repoze.bfg<br>
 Searching for repoze.bfg<br>
 Reading <a href="http://dist.repoze.org/bfg/current/repoze.bfg/" target="_blank">http://dist.repoze.org/bfg/current/repoze.bfg/</a><br>
 Couldn&#39;t find index page for &#39;repoze.bfg&#39; (maybe misspelled?)<br>
 Scanning index of all packages (this may take a while)<br>
 Reading <a href="http://dist.repoze.org/bfg/current/" target="_blank">http://dist.repoze.org/bfg/current/</a><br>
 No local packages or download links found for repoze.bfg<br>
 error: Could not find suitable distribution for Requirement.parse(&#39;repoze.bfg&#39;)<br>
<br>
You need the -f option, for find-links:<br>
<br>
 $ easy_install -f <a href="http://dist.repoze.org/bfg/current" target="_blank">http://dist.repoze.org/bfg/current</a> repoze.bfg<br>
 Searching for repoze.bfg<br>
 Reading <a href="http://dist.repoze.org/bfg/current" target="_blank">http://dist.repoze.org/bfg/current</a><br>
 Best match: repoze.bfg 1.0<br>
 ...<br>
<font color="#888888"><br>
<br>
--<br>
Maurits van Rees | <a href="http://maurits.vanrees.org/" target="_blank">http://maurits.vanrees.org/</a><br>
            Work | <a href="http://zestsoftware.nl/" target="_blank">http://zestsoftware.nl/</a><br>
&quot;This is your day, don&#39;t let them take it away.&quot; [Barlow Girl]<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Zope maillist  -  <a href="mailto:Zope@zope.org">Zope@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/zope" target="_blank">http://mail.zope.org/mailman/listinfo/zope</a><br>
**   No cross posts or HTML encoding!  **<br>
(Related lists -<br>
 <a href="http://mail.zope.org/mailman/listinfo/zope-announce" target="_blank">http://mail.zope.org/mailman/listinfo/zope-announce</a><br>
 <a href="http://mail.zope.org/mailman/listinfo/zope-dev" target="_blank">http://mail.zope.org/mailman/listinfo/zope-dev</a> )<br>
</div></div></blockquote></div><br>