On 10/7/05, Bill Woodward <[EMAIL PROTECTED]> wrote:
>
> On 10/7/05, Bill Woodward <[EMAIL PROTECTED]> wrote:
> >
> > "ValueError: ("Missing 'Version:' header and/or PKG-INFO file",
> > TurboGears [unknown version] (c:\documents and
> > settings\william_woodward\turbogears))"
> >
> > Now, I could swear that I did not get this error this morning.
> > Perhaps something was removed in the latest checkin? Where should I
> > be looking for a 'Version:' header or a 'PKG-INFO' file?
> >
>
> 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.
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"
Kevin
--
Kevin Dangoor
Author of the Zesty News RSS newsreader
email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com