Jeremy wrote:
Ok.. So I tried to upgrade to the svn version of turbogears...
I installed svn.
Then I downloaded the turbogears latest version by running:
svn co http://www.turbogears.org/svn/turbogears/trunk turbogears
Then I ran:
easy_install RuleDispatch
After that:
python setup.py develop
...
I'm guessing your release install of TG included the option: '--script-dir
/usr/local/bin' as per the upgrade instructions
so you need to do the same thing with your develop install, e.g.
python setup.py develop --script-dir /usr/local/bin
Without it the TG shell scripts have been placed in /usr/bin/ and the originals
in /usr/local/bin are getting precedence - and they require the release version
of TG.
I don't think there is an uninstall, so manually delete the tg scripts from the
/usr/bin/ (but it's not critical).
HTH
Robert