Re: No secure_form token after use htmlfill.render with defaults.

2009-05-19 Thread Marius Gedminas
On Mon, May 18, 2009 at 09:33:53PM -0700, Jan Koprowski wrote: On 18 Maj, 22:58, Marius Gedminas mar...@gedmin.as wrote: Try passing force_defaults=True to htmlfill.render(). Nothing. _authentication_token field is still empty. Sorry, I meant force_defaults=False. Marius Gedminas -- *

Re: No secure_form token after use htmlfill.render with defaults.

2009-05-19 Thread Jan Koprowski
On 19 Maj, 11:19, Marius Gedminas mar...@gedmin.as wrote: On Mon, May 18, 2009 at 09:33:53PM -0700, Jan Koprowski wrote: On 18 Maj, 22:58, Marius Gedminas mar...@gedmin.as wrote: Try passing force_defaults=True to htmlfill.render(). Nothing. _authentication_token field is still empty.

Re: How setup (I guess) Pylons routes when app run under WSGIAlias /something

2009-05-19 Thread Jan Koprowski
Problem is now with authkit configuration. On the begining when i write server.com/something line map.connect('/', controller='account', action='index') redirect me to account/index - and do this well. But index action of account controller looks like: @authorize(CustomUser()) def

using buildout with pylons

2009-05-19 Thread Chris Withers
Hi All, I found this: http://wiki.pylonshq.com/display/pylonscommunity/Howto+install+Pylons+with+buildout ...which looks nice and straight forward. However, I've been having some problems. If I do *exactly* what's on that page, it works, so I guess I must have an issue at my end. BUT, one

Re: using buildout with pylons

2009-05-19 Thread Wichert Akkerman
Previously Chris Withers wrote: Hi All, I found this: http://wiki.pylonshq.com/display/pylonscommunity/Howto+install+Pylons+with+buildout ...which looks nice and straight forward. However, I've been having some problems. If I do *exactly* what's on that page, it works, so I guess I

Re: using buildout with pylons

2009-05-19 Thread Chris Withers
Wichert Akkerman wrote: BUT, one thing I have noticed so far is that after running buildout, I end up with eggs for Paste, PasteDeploy and PasteScript in pylons_buildout/myproject, which is wrong. Everything in setup_requires and test_requires is installed there, Why? and buildout

Re: using buildout with pylons

2009-05-19 Thread Wichert Akkerman
Previously Chris Withers wrote: Wichert Akkerman wrote: BUT, one thing I have noticed so far is that after running buildout, I end up with eggs for Paste, PasteDeploy and PasteScript in pylons_buildout/myproject, which is wrong. Everything in setup_requires and test_requires is

Re: empty POST dictionary for post request when using webob.Request in middleware

2009-05-19 Thread Wyatt Baldwin
On May 18, 4:57 pm, John Smallberries welch.quietple...@gmail.com wrote: On May 18, 2:36 pm, Wyatt Baldwin wyatt.lee.bald...@gmail.com wrote: Yes. I was just curious why you were doing that, because accessing request.POST directly would avoid this problem. Do I have access to a pre-made

Paster Shell Not Known

2009-05-19 Thread Tom Longson (nym)
Hi all, I removed my project.egg_info directory, and ran into problems when I recreated it with 'python setup.py egg_info'. As per feedback via #pylons I changed setup.py to hav e the following line: paster_plugins = [Pylons, WebHelpers, PasteScript], ..and when I run 'python setup.py