<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I just tried installing one of the many, cool, interrelated zc.* packages, zc.authorizedotnet.<div><br class="webkit-block-placeholder"></div><div>That package depends on zc.ssl. zc.ssl has the following in setup.py:</div><div><br class="webkit-block-placeholder"></div><div><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">dependency_links = ['<a href="http://download.zope.org/distribution/">http://download.zope.org/distribution/</a>'],</span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;"><br></span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">Running easy_install zc.authorizedotnet fails because it doesn't have that entry, and the installation of zc.ssl does not pick it up. Installing zc.ssl *and then* zc.authorizedotnet works fine.</span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">I'd call that a bug, because zc.authorizedotnet should not need to know that one of its required packages has a special home for its code.</span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;"><br class="webkit-block-placeholder"></span></font></pre><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px; white-space: normal;">Kevin</span></font></pre></div></body></html>