[Distutils] Distribute install problem on Snow Leopard

Ralf Gommers ralf.gommers at googlemail.com
Tue Oct 6 16:37:30 CEST 2009


Hi,

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
distribute_setup.py 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):

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


Did I forget something, or is this a bug? Any suggestions on how to fix it?

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20091006/9ee51aa7/attachment-0001.htm>


More information about the Distutils-SIG mailing list