> Try "easy_install -U repoze.who" to install the latest version. > > I updated the repoze.who requirements because the old version handled > logouts differently, causing problems with the quickstarted tests, but > forgot that the new version must be copied to the tg2.1 index. >
Yep that works. I was able to run easy_install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools However, the other methods documented at http://www.turbogears.org/2.1/docs/main/DownloadInstall.html are still failing. hg clone http://hg.turbogears.org/tgdevtools/ tgdevtools hg clone http://hg.turbogears.org/tg-21/ tg21 Does not work, nor does: wget http://www.turbogears.org/2.1/downloads/current/tg2-bootstrap.py getting 404 on all of them. -- 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?hl=en.

