Re: [Repoze-dev] authorization debug problem

2009-12-02 Thread Chris McDonough
Wichert Akkerman wrote: I use a custom authorization problem, but noticed that when I enable BFG_DEBUG_AUTHORIZATION it always reports no authorization policy in use. I am guessing this happens because the authorization policy is registered after the routes are setup, so the queryUtility

Re: [Repoze-dev] repoze.what.plugins.quickstart

2009-12-02 Thread Gustavo Narea
Hello, Darryl. Thank you very much for the patches! I will have a look into it by this weekend, although I may have some time tomorrow night. Talk to you soon! - Gustavo. Darryl said: And here as is likely *should* be done, also 'logging-config.ini' for tests/fixtures as referenced in

[Repoze-dev] repoze.bfg 1.1.4 and 1.2a3 released

2009-12-02 Thread Chris McDonough
Two new releases of repoze.bfg are out. Install 1.1.4 via: easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg Install 1.2a3 via: easy_install -i http://dist.repoze.org/bfg/1.2/simple repoze.bfg Or either is available via PyPI. These are bugfix releases. No release

[Repoze-dev] Running repoze.bfg on Google’s A pp Engine

2009-12-02 Thread Darryl Cousins
Hi All, I found that the recipe [1] to run repoze.bfg on gae **almost** works. The failure was that the resulting fresh application loads Chameleon via: include package=repoze.bfg.includes / which is included in paster jinja2 template configure.zcml [2] Just removing this line gets the app up

Re: [Repoze-dev] Running repoze.bfg on Google’s A pp Engine

2009-12-02 Thread Chris McDonough
Darryl Cousins wrote: Hi All, I found that the recipe [1] to run repoze.bfg on gae **almost** works. Thanks for the analysis! I think the best solution would be to make all imports of Chameleon conditional.This actually *used* to be the case; something must have broken it since 1.0

[Repoze-dev] Running repoze.bfg on Google’s App Engine

2009-12-02 Thread Darryl Cousins
Hi Chris On Thu, Dec 3, 2009 at 8:11 PM, Chris McDonough chr...@plope.com wrote: Darryl Cousins wrote: Hi All, I found that the recipe [1] to run repoze.bfg on gae **almost** works. Thanks for the analysis! I think the best solution would be to make all imports of Chameleon