On 10/7/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > On 10/7/05, Bill Woodward <[EMAIL PROTECTED]> wrote: > > > > So, it looks like maybe the PKG-INFO file, plus several other files, > > were removed form the TurboGears.egg-info/ directory in revision 44. > > The comments in the rev show that it was intentional, but it seems to > > be causing me trouble. Am I missing a step to create the egg info? > > Yeah, that was intentional, because it was causing conflicts having them > there. > > Luckily, you can just run > > python setup.py egg_info > > to get them back. >
OK, I did that, but I had to remove the TurboGear.egg-info/ directory to get it to work. > By the way, CherryPy in the thirdparty directory does not use > setuptools. You need to alter the setup.py to replace "from > distutils.core import setup" with "from setuptools import setup" > Cool. I'll check that. When I was running 'setup.py install' in the top-level turbogears source directory, I was getting the CherryPy version as a missing prereq. Maybe that's why. Thanks again! -- Bill Woodward [EMAIL PROTECTED] http://www.saifa.net "I have more trouble with D. L. Moody than with any other man I ever met." -- D. L. Moody s/D. L. Moody/Bill Woodward/g

