On 10/14/05, Stephen Day <[EMAIL PROTECTED]> wrote: > Clearly, easy_install.py (in my Scripts folder) is being called because > when I rename it I get the following error instead: > > 'renamed.py' is not recognized as an internal or external command, > operable program or batch file.
OK, now I see what's going on. I've updated the instructions one last time, and I think this one will finally do it. (And, I think these instructions will work henceforth). setuptools was having the same problem with its own upgrade as it was with TurboGears upgrade. The solution appears to be is to download ez_setup.py and use *that* to upgrade setuptools. After you've done that, you can install TurboGears. http://www.turbogears.org/download/upgrade.html Kevin

