When I already had setuptools installed it gave me an error message about my version being obsolete. I removed setuptools, then used ez_setup.py to install TG and everything went swimmingly from there.
It's possible that your version of setuptools might not be so nice about version detection. On 11/10/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > 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 >

