Bug#375975: python-setuptools: easy_install-2.3 broken: Entry point ('console_scripts', 'easy_install-2.3') not found

2006-06-29 Thread Max Bowsher
Package: python-setuptools Version: 0.6b3-1 Severity: normal $ easy_install-2.3 ... ImportError: Entry point ('console_scripts', 'easy_install-2.3') not found The problem is due to the use of python-central to install egg-info built for Python 2.4 into the python2.3/site-packages dir.

Bug#375975: python-setuptools: easy_install-2.3 broken: Entry point ('console_scripts', 'easy_install-2.3') not found

2006-06-29 Thread Matthias Klose
adding the entry point in /usr/share/pycentral/python-setuptools/site-packages/setuptools.egg-info/entry_points.txt seems to work for me. will do that for the next upload. Max Bowsher writes: Package: python-setuptools Version: 0.6b3-1 Severity: normal $ easy_install-2.3 ... ImportError: