I added them all as dependencies of tg.devtools. We should probably make another installer for tg2, perhaps we can use pyinstaller to make a single file installer...
--Mark Ramm On Wed, Oct 29, 2008 at 12:45 AM, percious <[EMAIL PROTECTED]> wrote: > > Hey Mark, > > No problem, I added them because people had noted that they were > missing. I think that we might want to find a better solution though, > because people quickstart the default TG project, and then they cannot > run it because SA/etc. are missing. Perhaps we should have the > install script automatically install those packages? I would be happy > to add that. > > cheers. > -chris > > On Oct 28, 8:05 pm, "Mark Ramm" <[EMAIL PROTECTED]> wrote: >> I noticed these three new dependencies in TG2. >> >> > + 'zope.sqlalchemy', >> > + 'SQLAlchemy>=0.5beta3', >> > + 'TurboJson', >> >> I think TurboJson should stay a dependency here, but I don't think >> there's anything in the tg package which requires that SQLAlchemy or >> zope.sqlalchemy are installed. These should be requirments in >> tg.devtools, and should be requirements in the quickstart default, but >> I would like to make it possible to have a tg2 site that used couchDB >> and does no transactional stuff at all. >> >> Perhaps I'm on the wrong track here, but it seems sensible to provide >> this stuff as default but to make it easy or at least possible to do >> something else. What do you all think? >> >> -- >> Mark Ramm-Christensen >> email: mark at compoundthinking dot com >> blog:www.compoundthinking.com/blog > > > -- 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 -~----------~----~----~----~------~----~------~--~---
