Christophe, your suggestion saved my week. Thanks a lot! There is a typo though. I guess you mean "easy_install 'Routes<1.12'" and not "easy_install 'Routes<0.12'".
Vitor (noisebleed) On 9 Mar, 10:14, "Diez B. Roggisch" <[email protected]> wrote: > > Diez was also having trouble with the latest tip, but he hasn't > > replied as to what environment he was using when the problems > > occurred. > > My work environment that gave me the troubles is an ubuntu intrepid, > with python2.5. > > However, at home under OSX, no problems occur. > > There is a bug on custom_formats though. I wasn't able to tackle that > before, as the tests weren't running for these at all for me - but now > they do. > > The problem is that custom_format isn't thread-safe. If you take a > look at the implementation of override_template (I fixed that > already), you see what needs to be done there. > > It might be worth thinking about introducing a general purpose > threadlocal on Decoration to remedy this. > > Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

