On Thu, Jan 29, 2009 at 12:23 PM, Diez B. Roggisch <[email protected]> wrote: > > Hi, > > I just noticed that tg.devtools contains these requirements: > > Pylons>=0.9.7beta5 > Catwalk > TurboGears2>=2.0b3 > sprox > BeautifulSoup > Beaker>=1.1.3 > FormEncode>=1.2 > Paste>=1.7 > PEAK-Rules > repoze.tm2 > repoze.what >= 1.0.2 > repoze.who>=1.0.8 > Routes>=1.10.2 > sqlalchemy-migrate>=0.4.4 > SQLAlchemy>=0.5.0beta3 > SQLAlchemy>=0.5beta3 > ToscaWidgets>=0.9 > TurboJson > tw.forms>=0.9.2 > WebTest > WebOb > wsgiref==0.1.2 > zope.sqlalchemy > > Whereas TG2 only has these: > > Babel > decorator > Genshi > Pylons>=0.9.7rc3 > WebOb >= 0.9.5 > WebFlash >= 0.1a7 > ToscaWidgets>=0.9 > repoze.who >= 1.0.10dev-r3295 > repoze.what.plugins.sql > 1.0a2 > SQLAlchemy>=0.5beta3 > > > So I ran into troubles with freshly setup applications I deployed > through "python setup.py develop", as these didn't fetch absolutely necessary > packages. > > My question is then - shouldn't these things be part of the TG2 dependencies? > If not, do we "aggressively" enough communicate that the user is required to > install these things himselve? > > I think it would be disappointing to newbies if deploying their quickstarted > app would fail because of that. > > Diez
hi Diez, I just made a ticket and assigned it to myself to see if we can sort this out. I think over the time our deps have moved a lot and we need to rebase :) #2176 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
