Kevin and friends: Many thanks for putting in so much effort with TurboGears. It's good to see all these great components combined in such a cohesive whole.
My question relates to how I might work with the individual components alongside the unified TurboGears framework. For instance, when I initially installed TurboGears, it installed in site-packages: SQLObject-0.7b1dev-py2.4.egg Since then, from subversion I've checked out: SQLObject-0.8dev_r1113-py2.4.egg In the future I may want to check out versions of CherryPy, Kid, etc. It's understood that upgrading individual components may break the framework (i.e. TurboGears makes no promises), but presumably: 1) TurboGears is loosely coupled such that upgrading components is a natural evolution path; 2) There are unit tests that may be performed (new tests may be submitted when breakage occurs?) to verify overall framework integrity. -Jeff

