People are already running a mix of the old (SQLObject and Kid) and the new (SQLAlchemy and Genshi). In the time between the 1.0 and (next major) release, the balance will likely shift over time toward the new.
I'd like to start supporting that starting with 1.0b2. I've just checked in a change that defines a couple of new "extras" for TurboGears. Installing TurboGears[standard] will get you everything the current one has. Installing TurboGears[future] only includes SQLAlchemy (no SQLObject) and also includes Genshi. Kid is included regardless, because the TG 1.0 widgets rely on Kid for their templates. I don't think there's much that is Kid-specific to our widget templates, so we could likely have a future version that pulls Kid and cElementTree out of the "future" version. Here's the good bit: tgsetup.py will install TurboGears[standard] automatically. tgsetup.py --future will install the "future" version of TurboGears. I'd like to see the installation instructions for 1.0b2 change to: 1. Install Python 2. Download tgsetup.py 3. python tgsetup.py For this to happen, tgsetup.py needs to grow a little more smarts to detect the need for "sudo" and to install the tg-admin script in the right place. Kevin -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
