On 10/14/05, Stephen Day <[EMAIL PROTECTED]> wrote: > > Now I'm getting an error: No script named "easy_install.py".
It should be just "easy_install". Here's what happened between setuptools 0.6a1 and 0.6a5: setuptools now knows how to generate scripts for you if your script is nothing but a call to a main function somewhere. That's what turbogears-admin.py was, so it made sense to eliminate the separate py file and let setuptools generate it. Additionally, setuptools creates the script as a nice, ready-to-run program for your platform. It's either a .exe on Windows or an executable script on unixes and Mac OS. So, after the setuptools upgrade, there is no more ".py" needed to run the scripts. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

