Hi Kevin, and thanks for your quick reply. I've solved 1) with kid update, as suggested.
As to the 2) - it was just me misusing TG: my root class was NOT a subclass of turbogears.controllers.RootController (which was ok in TurboGears 0.8.7 since it was just a dummy class), and that caused error in my case. After subclassing controllers.RootController, everything works just fine. On the positive note - comments in the turbogears.util helps a lot! The whole process of getting the latest version of TurboGears via SVN still has a lot of mystery in it, though: I didn't quite get the relationship between SVN and easy_install (is there any doc which explains this relationship)? In particular, am I right that: 1) After svn update in turbogears root dir, I'll get the latest trunk version of turbogears AND the latest trunk versions of corresponding thirdparty modules (true/false?) 2) After each svn update, I should manually run 'python setup.py develop' in turbogears root dir in order to have in installed (true/false?) 3) And after that, I should manually run 'python setup.py develop' inside each thirdparty module directory (true/false?)

