Re: newbie Oct 2008 - v0.9.6.x or 0.9.7 ?

2008-10-06 Thread Jorge Vargas
On Sun, Oct 5, 2008 at 8:49 PM, Emmett [EMAIL PROTECTED] wrote: Pylons newbie here. Followed the docs.pylonshq instructions and therefore installed 0.9.7, learning rapidly in the past couple of days. I like it. Especially the WSGI concept. I like Python a lot, and now this framework (some

Re: newbie Oct 2008 - v0.9.6.x or 0.9.7 ?

2008-10-06 Thread Jorge Vargas
CC; the list as it seems you forgot that. On Mon, Oct 6, 2008 at 6:15 AM, Emmett [EMAIL PROTECTED] wrote: Thanks Jorge, I actually gave up on 0.9.6.2 and the tutorials because easy_install downloaded WebHelpers-0.6.2-py2.5.egg in any case. So I got a similar error to what I had under

Re: newbie Oct 2008 - v0.9.6.x or 0.9.7 ?

2008-10-06 Thread Mike Orr
On Mon, Oct 6, 2008 at 5:05 AM, Jorge Vargas [EMAIL PROTECTED] wrote: On Sun, Oct 5, 2008 at 8:49 PM, Emmett [EMAIL PROTECTED] wrote: Pylons newbie here. Followed the docs.pylonshq instructions and therefore installed 0.9.7, learning rapidly in the past couple of days. I like it.

Re: newbie Oct 2008 - v0.9.6.x or 0.9.7 ?

2008-10-06 Thread Wayne Witzel
On Oct 5, 10:49 pm, Emmett [EMAIL PROTECTED] wrote: Just wondering, should I be learning with 0.9.7 or 0.9.6?  I notice that most wiki site docs and examples are still 0.9.6 based, but I'd like to work with 0.9.7 since it's the future and I like the idea of changes to make the framework

authorize

2008-10-06 Thread Krishgy
Hi All, I have a question specific to decorator authkit. @authorize(HasAuthKitRole('poster')) def edit(self, id): ... I want to check that the edit permission is given only to owner of that content. I will allow the user only if I know the content id ('id' attribute). How to get the

start_response returning None for Linux (works fine under Windows)

2008-10-06 Thread EricHolmberg
I'm seeing an issue where calling start_response under Linux when using an WSGI callable returns None. The same code runs fine under Windows with the same version of all modules. Does anybody have any idea why? Pylons: failes with both 0.9.6.2 and 0.9.7rc2 class

Re: start_response returning None for Linux (works fine under Windows)

2008-10-06 Thread EricHolmberg
I found the difference . . . When running under Linux (which is the production environment), I have set debug = false uncommented. This results in the behavior that I'm seeing. I'll look for some more info on this to figure out what is going on. -Eric

Re: WebHelpers 0.6.2 released

2008-10-06 Thread Mike Orr
I've fixed this in dev, and will release an update tomorrow. The problem was actually the 'columns' arg; it should have been 'rows'. --Mike On Fri, Oct 3, 2008 at 9:44 PM, Randy Syring [EMAIL PROTECTED] wrote: Looks like line 491 needs to have col, row reversed: row, col =