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? Kevin Dangoor wrote: > This is a minor update to TurboGears, including 3 project upgrades and > a fix. The use of setuptools 0.6a6 means that it should now be much > easier to do a non-root installation of TurboGears on Unix-like > systems. > > http://peak.telecommunity.com/DevCenter/EasyInstall#non-root-installation > > Here's the changelog entry: > > 0.8a4 (October 25, 2005) > ------------------------ > > *Project Updates* > > * setuptools 0.6a6 > * CherryPy 2.1 final > * MochiKit 1.0 > > *Fixes* > > * On some servers, TurboGears can take a minute to start answering > connections due to the way the OS handles incoming connections to > ports that have nothing listening on them. > > -- > Kevin Dangoor > Author of the Zesty News RSS newsreader > > email: [EMAIL PROTECTED] > company: http://www.BlazingThings.com > blog: http://www.BlueSkyOnMars.com

