Hi, The templates inside TGWidgets must be Kid, simply because the widgets framework doesn't offer a way to specify the template language. As others have mentioned, ToscaWidgets does allow this.
TGWidgets can be used inside Genshi templates. At the moment you have to surround them with ET() although I have submitted a patch which calls ET automatically: http://trac.turbogears.org/ticket/1355 Paul kerinin wrote: >As far as i can tell, the reason that Genshi is incompatible with >TGWidgets is that some of the out-of-the-box widgets have templates >that don't work in Genshi, which means that I can write my own widgets >with Genshi templates and there will be no problems - is this correct? > >I have a site that's extremely slow right now and I want to switch all >the templates to Genshi, but I use a log of custom widgets in the site >and I want to make sure that I'll still be able to use them. > > >> > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

