On 10/13/05, Sean De La Torre <[EMAIL PROTECTED]> wrote: > I ran into a few problems this morning when upgrading to v.8, and the > only way to fix it was to delete the old version and to get rid of an > old version of setuptools. After finally getting it to download and > install correctly, I started the 20 minute wiki and encountered this > strange output (towards the end) from the "tg-admin quickstart" > command:
Hopefully, that was before my recent change with setup_requires setuptools >= 0.6a5. > running egg_info > creating Wiki-20.egg-info > writing requirements to .\Wiki-20.egg-info\requires.txt > writing .\Wiki-20.egg-info\PKG-INFO > writing top-level names to .\Wiki-20.egg-info\top_level.txt > > What does this mean? Is it automagically creating a .egg file for me? > If so, it should probably be reflected in the wiki docs. I don't > remember seeing this the first time I went through the wiki tutorial. This is new behavior. It's not actually creating an egg, it's just generating egg-info. This is needed for the tg-admin sql commands to work, because there is metadata in there that SQLObject is using. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

