On Mon, Apr 23, 2012 at 2:04 AM, Jean-Denis Girard <[email protected]> wrote: > I have tried to create a simple tg2.2 quickstarted application with a > RestController, but I'm getting another error : > TypeError: No object (name: ToscaWidgets per-request storage) has been > registered for this thread >
You are probably trying to use Tw1 while by default TG2.2 quickstarts with Tw2. This can be easily solved by removing the "prefer_toscawidgets2" line inside config/app_cfg.py I wrote a test unit to check for the issue but it seems that on 2.2 isn't there anymore, can you confirm this? -- 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.

