No matter what I do I keep getting an unbound prefix error....here's a
simplified template that shows it:

<html>

<?python
bottles = range(1, 10)
bottles.reverse()
?>
<p py:for="num in bottles">${num}
</p>
</html>


-----

The error is
<p py:for="num in bottles">${num}
^
unbound prefix: line 7, column 0

----

Any ideas?  Today is just not my day.

Thanks


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