I have this fix and it doesn't work when there is a FileStorage object  
in the params.

I have added this few lines and it works.
                 elif isinstance(v, types.StringTypes):
                     res[k] = v.encode('utf-8')
                else
                     res[k] = v
I don't understand why you try to encode everything into utf-8. Only  
strings should be encoded.
Or I am wrong ?

-fred-


On Dec 11, 2007, at 9:23 AM, Christopher Arndt wrote:

>
> Fred C schrieb:
>> On one of my production machines I have that problem and I don't know
>> how to fix it.
>
> Can you try applying the fix from changeset
> http://trac.turbogears.org/changeset/3807 or just install the recent
> version from SVN [1]?
>
>
> Chris
>
> [1] http://docs.turbogears.org/Contributing#id1
>
> >


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