viyyer wrote: > I have setuptools 0.6a9 installed > output of <dpkg -l|grep setuptools|grep 2.4> > is > ii python2.4-setuptools 0.6a9-1 > Python Distutils Enhancements
You might want to check to make sure there is a setuptools*.egg-info or setuptools*.egg file or directory present on your sys.path. If setuptools was packaged without an .egg or .egg-info, it will not work correctly, and the problem should be reported to the packager. In particular, there *must* be an .egg/EGG-INFO/entry_points.txt or an .egg-info/entry_points.txt file, or it won't work at all.

