Hmm... This one has popped up a few times this week, which is odd because I don't remember seeing it before this week.
It seems to be happening for people that have setuptools installed already. Try running easy_install.py instead of ez_setup.py. Depending on when setuptools installed and where, you'll either have easy_install.py in /usr/local/bin or in /Library/Frameworks/Python.framework/Versions/2.4/bin The command, one you find it, will be: sudo python easy_install.py -f http://www.turbogears.org/download/index.html --script-dir /usr/local/bin TurboGears Hope this helps! Kevin On 10/11/05, Hoffmania <[EMAIL PROTECTED]> wrote: > > Ok, After getting over the OSX path error I type > > sudo python ez_setup.py -f > http://www.turbogears.org/download/index.html --script-dir > /usr/local/bin TurboGears > > I get > > Downloading > http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a1-py2.4.egg > Reading http://www.turbogears.org/download/index.html > Processing TurboGears > error: Couldn't find a setup script in TurboGears > > So I tried easy_install and get the same error > > I have an old windows box and got it to work no problem > > BTW here is my $PATH > > /bin:/sbin:/usr/local/bin/:/usr/bin:/usr/sbin > > Maybe this is a Mac question but this is so frustrating > > H > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

