Sept. 2, 2007
10:52 p.m.
At 12:49 AM 9/2/2007 -0700, Toshio Kuratomi wrote:
Bug still exists with only one .pth: easy-install.pth Only two eggs: setuptools-0.6c6-py2.5.egg-info: CherryPy-2.2.1-py2.5.egg:
cherrypy3.0 is installed as a non-egg with the cherrypy directory in site-packages/cherrypy/
cherrypy2.2 is installed as a -m egg in: CherryPy-2.2.1-py2.5.egg/ cherrypy EGG-INFO
Here's the test:
__requires__='CherryPy>=2.0,<2.100' import pkg_resources import cherrypy print cherrypy.__version__ 3.0.2
Let me know what else you need.
What are the current contents of easy-install.pth?