Re: [Repoze-dev] repoze.what-pylons bug

2009-02-17 Thread binet bruno
Ok, I have given it a try and it works like a charm! Thanks! Bruno 2009/2/17 binet bruno : > Great! I'll test it today and i'll post my feedback. > Thanks. > > Bruno > > 2009/2/16 Gustavo Narea : >> I'm sorry about the delay. >> >> This is fixed in the third beta: >> http://code.gustavonarea.net/

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-17 Thread binet bruno
Great! I'll test it today and i'll post my feedback. Thanks. Bruno 2009/2/16 Gustavo Narea : > I'm sorry about the delay. > > This is fixed in the third beta: > http://code.gustavonarea.net/repoze.what-pylons/News.html > > To upgrade: >easy_install -U repoze.what-pylons > > Happy coding! > >

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-16 Thread Gustavo Narea
I'm sorry about the delay. This is fixed in the third beta: http://code.gustavonarea.net/repoze.what-pylons/News.html To upgrade: easy_install -U repoze.what-pylons Happy coding! On Wednesday February 11, 2009 16:46:08 binet bruno wrote: > I get the same error with v1.0b2... :( > > I look

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-11 Thread Gustavo Narea
On Wednesday February 11, 2009 16:46:08 binet bruno wrote: > I get the same error with v1.0b2... :( Now that I re-read your first message, I realize that indeed it's not the same issue I fixed today (it's just related). > I look at protectors.py code, and you still don't use module decorator > w

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-11 Thread binet bruno
I get the same error with v1.0b2... :( I look at protectors.py code, and you still don't use module decorator which preserve the signature. Why don't you use it, as it is done by other pylons built-in decorators? Cheers. 2009/2/11 Gustavo Narea : > Hello, Bruno. > > That's right, today I release

Re: [Repoze-dev] repoze.what-pylons bug

2009-02-11 Thread Gustavo Narea
Hello, Bruno. That's right, today I released v1.0b2 to fix it. Please upgrade and let me know if now it works for you. Cheers! On Wednesday February 11, 2009 16:32:09 binet bruno wrote: > Hi. > > I am currently testing the new repoze.what plugin for pylons ( > http://wiki.pylonshq.com/display/p

[Repoze-dev] repoze.what-pylons bug

2009-02-11 Thread binet bruno
Hi. I am currently testing the new repoze.what plugin for pylons ( http://wiki.pylonshq.com/display/pylonscookbook/Authorization+with+repoze.what ) But an error occured when repoze.what.plugins.pylonshq.ActionController is decorating my index action of my main controller : TypeError: index() got a