On Feb 28, 11:35 pm, "Rick" <[EMAIL PROTECTED]> wrote:
> I think that this may be caused by TurboJson returning a generator
> rather than a list, so the JSON isn't generated inside TurboGears'
> auto-transaction handling. If you replace "return
> dict(counties=counties)" with "return dict(counties=list(counties)",
> it should work.
Tried similar things. The only way I could get jsonification to work
again was to downgrade to TurboJson 0.9.9.
Evil.
*shrugs*
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---