Richard Harding <[EMAIL PROTECTED]> writes: > This is code I had working in kid with no issues. It's running right > now. I wanted to try to translate it to use genshi and from the > instructions I've found widgets still have to use kid as their templates > and using ET() helps them work inside of Genshi as the main templates. > This error occurs on any page that has a widget. There are three custom > ones I wrote and one of them is the contact form I created. You can see > the contact form example here (in the running kid code): > http://avwsystems.com/contact > > I've pasted the controller and the form building code below.
As somebody else diagnosed that as a Genshi bug, I believe it would be nice filing a ticket for them. Or, if you prever, you can "easy_install Genshi==0.3.6" since this version works. Be seeing you, -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

