Hi,<br><br>I installed Distribute on a Snow Leopard box using the default Python that comes with OS X. I used the installation method recommended in the docs, the <tt class="docutils literal"><span class="pre">distribute_setup.py</span></tt> script. Now easy_install fails no matter what package I try to install (it does not get around to looking for the name of the requested package):<br>
<br>$ easy_install blablabla<br>Traceback (most recent call last):<br>  File &quot;/usr/bin/easy_install-2.6&quot;, line 10, in &lt;module&gt;<br>    load_entry_point(&#39;setuptools==0.6c9&#39;, &#39;console_scripts&#39;, &#39;easy_install&#39;)()<br>
  File &quot;/Library/Python/2.6/site-packages/distribute-0.6.3-py2.6.egg/pkg_resources.py&quot;, line 281, in load_entry_point<br>    return get_distribution(dist).load_entry_point(group, name)<br>  File &quot;/Library/Python/2.6/site-packages/distribute-0.6.3-py2.6.egg/pkg_resources.py&quot;, line 2197, in load_entry_point<br>
    raise ImportError(&quot;Entry point %r not found&quot; % ((group,name),))<br>ImportError: Entry point (&#39;console_scripts&#39;, &#39;easy_install&#39;) not found<br><br><br>Did I forget something, or is this a bug? Any suggestions on how to fix it? <br>
<br>Cheers,<br>Ralf<br><br>