Hi Mark, I tried installing b6 using (tg2b6)$ easy_install -i http://www.turbogears.org/2.0/downloads/2.0b6/index/ tg.devtools and faced these issues:
1. Some of the dependencies did not get installed. These include zope.sqlalchemy, tgext.crud, tgext.admin and tw.forms. So I had to install them manually. 2. The install failed while installing repoze.who. It, however succeeded on repeating the same easy_install command as above. An extract of the output is as follows: --------------------------------------------------------- Searching for repoze.who-friendlyform Reading http://www.turbogears.org/2.0/downloads/2.0b6/index/repoze.who-friendlyform/ Best match: repoze.who-friendlyform 1.0b2 Downloading http://www.turbogears.org/2.0/downloads/2.0b6/repoze.who-friendlyform-1.0b2.tar.gz Processing repoze.who-friendlyform-1.0b2.tar.gz Running repoze.who-friendlyform-1.0b2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-XO13C2/repoze.who-friendlyform-1.0b2/egg-dist-tmp-q2la7T no previously-included directories found matching 'docs/build' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '.directory' found anywhere in distribution Adding repoze.who-friendlyform 1.0b2 to easy-install.pth file Installed /home/sanjiv/.virtualenvs/tg2b6/lib/python2.5/site-packages/repoze.who_friendlyform-1.0b2-py2.5.egg Searching for repoze.what.plugins.sql>=1.0rc1 Reading http://www.turbogears.org/2.0/downloads/2.0b6/index/repoze.what.plugins.sql/ Best match: repoze.what.plugins.sql 1.0rc1 Downloading http://www.turbogears.org/2.0/downloads/2.0b6/repoze.what.plugins.sql-1.0rc1.tar.gz Processing repoze.what.plugins.sql-1.0rc1.tar.gz Running repoze.what.plugins.sql-1.0rc1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-F5Z-gX/repoze.what.plugins.sql-1.0rc1/egg-dist-tmp-9gIWBU no previously-included directories found matching 'docs/build' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching '*' found under directory 'test_elixir' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '.directory' found anywhere in distribution Adding repoze.what.plugins.sql 1.0rc1 to easy-install.pth file Installed /home/sanjiv/.virtualenvs/tg2b6/lib/python2.5/site-packages/repoze.what.plugins.sql-1.0rc1-py2.5.egg Searching for repoze.who.plugins.sa>=1.0rc1 Reading http://www.turbogears.org/2.0/downloads/2.0b6/index/repoze.who.plugins.sa/ Best match: repoze.who.plugins.sa 1.0rc1 Downloading http://www.turbogears.org/2.0/downloads/2.0b6/repoze.who.plugins.sa-1.0rc1.tar.gz Processing repoze.who.plugins.sa-1.0rc1.tar.gz Running repoze.who.plugins.sa-1.0rc1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-aDjt3w/repoze.who.plugins.sa-1.0rc1/egg-dist-tmp-Qe8QZb Adding repoze.who.plugins.sa 1.0rc1 to easy-install.pth file Installed /home/sanjiv/.virtualenvs/tg2b6/lib/python2.5/site-packages/repoze.who.plugins.sa-1.0rc1-py2.5.egg Searching for repoze.who Best match: repoze.who friendlyform-1.0b2 Downloading http://www.turbogears.org/2.0/downloads/2.0b6/repoze.who-friendlyform-1.0b2.tar.gz Processing repoze.who-friendlyform-1.0b2.tar.gz Running repoze.who-friendlyform-1.0b2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-J7QHe3/repoze.who-friendlyform-1.0b2/egg-dist-tmp-3wO1pi no previously-included directories found matching 'docs/build' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.egg' found anywhere in distribution warning: no previously-included files matching '.directory' found anywhere in distribution repoze.who-friendlyform 1.0b2 is already the active version in easy-install.pth Installed /home/sanjiv/.virtualenvs/tg2b6/lib/python2.5/site-packages/repoze.who_friendlyform-1.0b2-py2.5.egg error: Could not find required distribution repoze.who --------------------------------------------------------- While searcing for repoze.who it mysteriously installs repoze.who.friendlyform once again and fails the first time. 3. Catwalk is listed as a dependency of a newly created project but not of tg.devtools which causes the new app to fail. 4. Why not add BeautifulSoup also as a dependency of tg.devtools as we need it for running webtests. regards Sanjiv On Wed, Feb 25, 2009 at 9:19 AM, Mark Ramm <[email protected]> wrote: > > I've created a new index for b6 here: > > http://turbogears.org/2.0/downloads/2.0b6/index/ > > If some folks could test the newly rewritten install instructions here: > > http://turbogears.org/2.0/docs/main/DownloadInstall.html > > ** Make sure you replace the the easy_install line that hits the > current index with this: > > easy_install -i http://turbogears.org/2.0/downloads/2.0b6/index/ tg.devtools > > You can check out the current draft of the changelog here: > > http://trac.turbogears.org/wiki/2.0/changelog > > Jorge, Anita, Mark, Chris Z, Chris P, Florent, Gustavo, Lee, and many > others have also put a huge amount of new effort into the online docs > here: > > http://turbogears.org/2.0/docs > > Thanks again to everybody who participated in this last week's sprint. > > The dedication, enthusiasm, and commitment of the TG2 developers > continue to supprize and amaze me. You guys rock! Special thanks > goes out to Jorge who's been working tirelesly on many of these > issues, and to the new folks who showed up in the last couple of weeks > and have really helped us polish up our docs. > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog: www.compoundthinking.com/blog > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
