Specifically, this line in the render function kidsupport.py blows up
with a traceback about "unsized object":

        if len(format) < 2:

format is the kid HTML serializer, and it seems that you can't take
the length of it.

I ran into this problem when I did a fresh install of TurboGears, then
checked out my code from my SVN repository, then fired it up, and when
I hit the first page, kaboom!

So, I installed the previous version of TurboGears (1.0.2) and
everything worked OK.

Any ideas?


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