On Mon, Mar 09, 2009 at 01:15:35PM -0700, Philip Jenvey wrote: > Anyway, if it doesn't work in paster, I would concentrate on isolating > the problem there, locally. However I'm unable to reproduce the issue > with 0.9.7. Are you using 0.9.7 final? This may have been a bug in one > of the earlier RC/betas.
I think you're right about an earlier release. I updated my dev virtualenvs to 0.9.7 final and things seem better. Also looks like a changed was made in the latest release of google protocol buffers (which I use for RPC) that changed the way data gets loaded from the wire. Whereas the pyhon library used to only use Unicode types for representing data that required it, it seems this was a bug. As a result, I think all kinds of weird stuff was being injected. Things seem okay on the Pylons side of the fence now! Sorry for the noise, Ross -- Ross Vandegrift [email protected] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
