Actually, I just looked back at the upgrade instructions page: http://www.turbogears.org/download/upgrade.html
Until setuptools 1.0 is out, those are likely to be the instructions to follow: upgrade setuptools (using ez_setup.py) and then upgrade TurboGears. I'll link to the upgrade page in future update announcements as a reminder of that. On *nix systems, don't forget to upgrade setuptools with the --script-dir parameter, otherwise easy_install won't get upgraded. Kevin On 10/26/05, Gábor Farkas <[EMAIL PROTECTED]> wrote: > > Sean Leach wrote: > > On 10/25/05, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > > >>Try running the easy_install -f > >>http://www.turbogears.org/download/index.html TurboGears command > >>again, and see if it picks up the update. > > > > > > Getting the setuptools error again: > > % /usr/local/bin/easy_install -f > > http://www.turbogears.org/download/index.html --script-dir > > /usr/local/bin TurboGears > > > > pkg_resources.VersionConflict: (setuptools 0.6a6 > > (/usr/lib/python2.4/site-packages/setuptools-0.6a6-py2.4.egg), > > Requirement.parse('setuptools==0.6a5')) > > > > i also had this, so i simply replaced "0.6a5" with "0.6a6" in > /usr/local/bin/easy_install, and it worked, > > but i don't think this is the "correct" way to upgrade :) > > gabor > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

