Pyramid Debug Toolbar: Issue #44

2011-11-14 Thread Simon Yarde
Hi All Does anyone have any information on progress for Pyramid Debug Toolbar issue #44? The issue causes the exception below when URI's contain accented characters (in my case 'ΓΌ'). Pyramid behaves normally without error when debug toolbar is turned off. A temporary patch/workaround would

Re: Pyramid Debug Toolbar: Issue #44

2011-11-14 Thread Christoph Zwerschke
Am 14.11.2011 11:02, schrieb Simon Yarde: A temporary patch/workaround would be really useful, other than turn off debugging :) Here is a patch for this issue, let us know how it works: https://github.com/Pylons/pyramid_debugtoolbar/pull/43 -- Christoph -- You received this message

Re: Pyramid Debug Toolbar: Issue #44

2011-11-14 Thread Simon Yarde
Thanks for your reply :) This may be a big ask... but could you briefly outline the steps I would need to take to download pyramid debug toolbar from github and apply the patch; and following this how I would update it for future tagged releases? I'm very happy to read any documentation.

Re: Pyramid Debug Toolbar: Issue #44

2011-11-14 Thread Blaise Laflamme
Do easy_install -U pyramid_debugtoolbar, latest version is 0.9.5 and templates are now mako based. -- You received this message because you are subscribed to the Google Groups pylons-discuss group. To view this discussion on the web visit

Re: Pyramid Debug Toolbar: Issue #44

2011-11-14 Thread Christoph Zwerschke
Am 14.11.2011 12:34, schrieb Simon Yarde: This may be a big ask... but could you briefly outline the steps I would need to take to download pyramid debug toolbar from github and apply the patch; and following this how I would update it for future tagged releases? Well, the easiest way is to