I have this code in Genshi:

 <div py:for="w in course">${w()}
  <div style="margin:5px" />
 </div>

(course is a list containing widgets)

It renders to:

<Element u'legend' at 0181E758><Element u'div' at 0181E608><Element
u'div' at 0181E818><Element u'div' at 0181E8C0><Element u'div' at
0181E7E8>

instead of the actual HTML of the widgets.

Any ideas?

Bernardo Torres


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to