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.  Specifically,
setuptools.egg-info/entry_points.txt contains a line specifically referring to
easy_install-2.4.

With luck, it may be sufficient to simply replicate this line for each python
version.  If that produces unhelpful side effects, it may be necessary to find
some way of customizing the files installed into each python2.X/site-packages
directory.

Note that whilst there is temporarily the workaround of simply invoking
easy_install, that will no longer be possible once python-defaults
switches to 2.4.  At that point, it will become impossible to use
easy_install functionality with Python 2.3.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to