I've got CherryPy-2.1 final installed and it works fine with setuptools
0.6a7
With 0.6a8 I get this:
$ tg-admin
Traceback (most recent call last):
File "/usr/bin/tg-admin", line 5, in ?
from pkg_resources import load_entry_point
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6a8-py2.4.egg/pkg_resources.py",
line 2195, in ?
for dist in working_set.resolve(
File
"/usr/lib64/python2.4/site-packages/setuptools-0.6a8-py2.4.egg/pkg_resources.py",
line 483, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: CherryPy>=2.1.0-rc2
I can import it fine with: python -c "import cherrypy"