Ok, I just solved one of my problems. Apparently the 'sudo python setup.py develop' command was working correctly but it was not upgrading the tg-admin command. In order to do this you need to add the --script-dir= option with the parameter being whatever directory the tg-admin command is in. So for Ubuntu it'd be: sudo python setup.py develop --script-dir=`which tg-admin`
This should be but in the docs. I've already added a note to the trac faq page. Otherwise, I'd be happy for some feedback! I found an old post where Kevin said you can build the docs by doing 'python setup.py docs' but this didn't work for me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

