Thanks, that fixes the problem. But when I enable line 34 "movies = MovieCrudRestController(DBSession, models)" In root.py I get the following error:
" TypeError: unhashable type" I believe that this example code may have other bugs, if run with TG2.1. What is the latest version of TG that this code works with, flawslessly? Thanks, Dennis On Jan 27, 3:52 pm, Christoph Zwerschke <[email protected]> wrote: > Am 27.01.2011 07:05 schrieb Dennis Prochniak: > > > Moviedemo demo example which can be download to which link is provided > > at the bottom of this tutorial: > >http://turbogears.org/2.1/docs/main/Extensions/Crud/index.html, does not > > work: > > Yes, there is a mistake in the root.py file that is silently ignored > with Py <2.6 so probably it was not noticed before. See my comment at > the bottom of the page above. > > -- Christoph -- 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.

