Hi all

I've seen that error with WebOb1.2b1.
I downgrade that to 1.1.x , and looks work fine.

Cheers

On Sat, Oct 15, 2011 at 10:57 PM, dave <[email protected]> wrote:

> FYI, I've filed a ticket as well as a workaround:
>
> https://github.com/Pylons/pyramid_debugtoolbar/issues/40
>
> Replace line 26 in pyramid_debugtoolbar-0.9.4-py2.7.egg/
> pyramid_debugtoolbar/toolbar.py
>
>
> - p_dt_active = url_unquote(self.request.cookies.get('p_dt_active',
> ''))
> + p_dt_active = url_unquote(self.request.cookies.get('p_dt_active') or
> '')
>
> --
> 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.
>
>


-- 
/*
Atsushi Odagiri
http://blog.aodag.jp
mailto:[email protected]
*/

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

Reply via email to