> > percious schrieb: >> Good news for those of you who want SA and Catwalk on TG1. >> DBSprockets now supports TG1. >> >> easy_install dbsprockets >> >> In your controller: >> >> from dbsprockets.dbmechanic.frameworks.tg.dbmechanic import DBMechanic > > That sounds really interesting, but I don't get it running. > > First, I added the following includes: > > from turbogears.database import metadata > from dbsprockets.dbmechanic.frameworks.tg.dbmechanic \ > import DBMechanic, SAProvider > > Then I found you also have to install TG2 from the trunk and therefore > the development version of Pylons, and for some reason, Myghty. > > Still, I got the following error: > > TypeError: No object (name: ToscaWidgets per-request storage) has been > registered for this thread
Try enabling toscawidgets in app.cfg: toscawidgets.on = True Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

