Re: My /templates/autohandler.myt does not kick in ...

2007-01-20 Thread JfD
Thanks Mayowa! No it was not a typo. I simply assumed that any template has to have the extension 'myt' when I use Mygthy. There is one more error in my autohandler: /navbar.myc, toggle=m.scoop(SELF:nav') should be /navbar.myc, toggle=m.scoop('SELF:nav') With best regards JfD

@jsonify - 'str' object has no attribute 'request'

2007-01-20 Thread Alagu Madhu
Hi All, I'm using windows 200 python 2.5 pylons-0.9.4.1 simplejson-1.5 The code is here from kk.lib.base import * from pylons.decorators import jsonify @jsonify def index(self): c.name = Bob c.house = 123 Elm St return c._local.request Error

Re: Improved docs are desperately needed.

2007-01-20 Thread [EMAIL PROTECTED]
the docs are far from perfect and the situation isn't changing for a long time - http://groups.google.com/group/pylons-discuss/browse_thread/thread/574617fac3e8b1c7 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Improved docs are desperately needed.

2007-01-20 Thread Jamie
Yeah, I've read that thread. I'll make the community a deal... If I can ever sufficently wrap my head around Pylons, *I'll* write more comprehensive docs. ;-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Improved docs are desperately needed.

2007-01-20 Thread Ben Bangert
On Jan 20, 2007, at 1:03 PM, Jamie wrote: Yeah, I've read that thread. I'll make the community a deal... If I can ever sufficently wrap my head around Pylons, *I'll* write more comprehensive docs. ;-) If you have specific questions or want more fine-tuned advice, please feel free to drop

Re: Utterly frustrated

2007-01-20 Thread Christoph Haas
Hi, Jamie... On Friday 19 January 2007 03:04, Jamie wrote: I've been struggling to learn how to use Pylons and it's getting to the point that I'm about to give up and just use Django. Ewww... the dark side? :) I need some advice on how to make this less painful. I've been a (professional)

Re: Improved docs are desperately needed.

2007-01-20 Thread Jamie
Ben, Mike Orr's post in which he mentioned Pylons as being the hackers' framework is one of the most insightful posts I've read in my short time here. Would you consider this the driving philosophy behind Pylons? The reason I rambled on about my background is because I wanted to know whether

Re: Improved docs are desperately needed.

2007-01-20 Thread Ben Bangert
On Jan 20, 2007, at 3:04 PM, Jamie wrote: Mike Orr's post in which he mentioned Pylons as being the hackers' framework is one of the most insightful posts I've read in my short time here. Would you consider this the driving philosophy behind Pylons? Well, its sort of like that right now due

Re: Utterly frustrated

2007-01-20 Thread Robert Sayre
On 1/19/07, Ben Bangert [EMAIL PROTECTED] wrote: paster create --template=pylons PROJ paster controller NEWCONTROLLER paster serve development.ini There should be a pylons alias for these three. pylons create PROJ pylons controller NEWCONTROLLER pylons serve development.ini So people

Re: Improved docs are desperately needed.

2007-01-20 Thread Mike Orr
On 1/19/07, Jamie [EMAIL PROTECTED] wrote: I am a very experienced, professional web developer who is trying to learn to use Pylons and am finding the process excruciatingly painful. The biggest problem is that the docs seem to assume that I already know how to use SQLObject/SQLAlchemy,