On Wed, Feb 25, 2009 at 2:02 PM, Sanjiv Singh <[email protected]> wrote: > > On Wed, Feb 25, 2009 at 10:13 PM, Jorge Vargas <[email protected]> wrote: >> >> On Wed, Feb 25, 2009 at 10:08 AM, Sanjiv Singh <[email protected]> >> wrote: >>> >>> 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: >>> >> This was a consequence of the dependency shakedown. More below, >> I will add this to the changelog. >> >>> 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. >>> >> all of them are "gettable" with installing / develop / pip -e your >> quickstarted project, since they aren't dependencies of tg.devtools >> but your project. > > Great. Following the Quickstart doc after the DownloadInstall doc, > sets up everything correctly :) > >> >>> 3. Catwalk is listed as a dependency of a newly created project but >>> not of tg.devtools which causes the new app to fail. >>> >> See above, >> >>> 4. Why not add BeautifulSoup also as a dependency of tg.devtools as >>> we need it for running webtests. >>> >> This was a consequence of the dependency shakedown, there is no need >> to force BeautifulSoup on each and every TG project, if/when you run >> the test suite it will warn you. It's a saner default (install it only >> if you use it) > > Ok > > Also I find that everything installs correctly when using current index. >
Awesome, I added a note to the changelog. > regards > Sanjiv > >> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
