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 "/usr/bin/easy_install-2.6", line 10, in <module><br> load_entry_point('setuptools==0.6c9', 'console_scripts', 'easy_install')()<br>
File "/Library/Python/2.6/site-packages/distribute-0.6.3-py2.6.egg/pkg_resources.py", line 281, in load_entry_point<br> return get_distribution(dist).load_entry_point(group, name)<br> File "/Library/Python/2.6/site-packages/distribute-0.6.3-py2.6.egg/pkg_resources.py", line 2197, in load_entry_point<br>
raise ImportError("Entry point %r not found" % ((group,name),))<br>ImportError: Entry point ('console_scripts', 'easy_install') 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>