On 10/25/05, kickdaddy <[EMAIL PROTECTED]> wrote: > > Quick question on how to upgrade it. I followed the upgrade > instructions on the website, but I get this error when running: > > easy_install -f http://www.turbogears.org/download/index.html > 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 have setuptools-0.6a6-py2.4.egg. Do I need to downgrade setuptools > or something?
It sounds like when you got the latest setup tools, the --script-dir wasn't set so you're trying to run easy_install for 0.6a5 with 0.6a6 installed. Phillip will likely correct me, but the easiest solution may be to get ez_setup.py from the TurboGears site and run ez_setup.py -f http://www.turbogears.org/download/index.html --script-dir /path/to/your/script/dir TurboGears Kevin

