Tg2b6 seems to have changed its publishing philosophy. Some packages are separated and need independent easy_install. It took me several hours.
The document (http://turbogears.org/2.0/docs/main/DownloadInstall.html) seems to have not updated to be able to install B6, the installation steps are as follows:
- Install python2.5 +, setuptools, MySQL...
- To ensure security, install virtual enviro,> easy_install virtualenv
- Create a virtual environment tg2env,> virtualenv -- no-site-packages tg2env
- Activate tg2env
- >Easy_install-I http://turbogears.org/2.0/downloads/2.0b6/index/ TG. devtools
- If any package is missing during installation, run the easy_install command until the installation is successful.
- The first project created by Paster Quickstart after the operation is successful. When Paster serve, it also reports fewer packages such as catwalk, and then installs them with easy_install.
- Everything is OK