Weird. I wonder why this worked for me... I've applied the change and pushed it out.
>From what Phillip has told me in the past, it seems like you can run ez_setup.py setuptools even from within a TurboGears directory. You just couldn't run ez_setup.py TurboGears because there would be confusion about what setuptools sees in the current directory. Let me know how this fixed ez_setup works for you all. Kevin On 12/28/05, Sean De La Torre <[EMAIL PROTECTED]> wrote: > > There's an error in the ez_setup.py file. Change line 18 from > > DEFAULT_URL = > "http://www.turbogears.org/download/eggs/setuptools-0.6a9dev_r41815-py2.4.egg" > > to > > DEFAULT_URL = "http://www.turbogears.org/download/eggs/" > > The egg URL is getting mangled with that extra information and is > preventing the installation from taking place (the URL becomes > http://www.turbogears.org/download/eggs/setuptools-0.6a9dev_r41815-py2.4.eggsetuptools-0.6a9dev_r41815-py2.4.egg > instead of > http://www.turbogears.org/download/eggs/setuptools-0.6a9dev_r41815-py2.4.egg > in the original code). > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

