Re: AttributeError help. Warning!! newbie noob

2009-01-17 Thread Mike Orr
On Tue, Jan 13, 2009 at 6:19 PM, Chris Miles wrote: > > > On 14/01/2009, at 12:01 PM, Patrick wrote: > >> I am just learning Pylons. I can manage with Mako and working with the >> controller but I am having trouble with the model. I can't figure out >> what I did wrong, could someone help with th

Re: AttributeError help. Warning!! newbie noob

2009-01-13 Thread Chris Miles
On 14/01/2009, at 12:01 PM, Patrick wrote: > I am just learning Pylons. I can manage with Mako and working with the > controller but I am having trouble with the model. I can't figure out > what I did wrong, could someone help with this error?| > > AttributeError: 'module' object has no attribut

Re: AttributeError help. Warning!! newbie noob

2009-01-13 Thread Mark Hildreth
On Tue, Jan 13, 2009 at 8:01 PM, Patrick wrote: > > Hi Everyone > > I am just learning Pylons. I can manage with Mako and working with the > controller but I am having trouble with the model. I can't figure out > what I did wrong, could someone help with this error?| > Read the error message aga

AttributeError help. Warning!! newbie noob

2009-01-13 Thread Patrick
Hi Everyone I am just learning Pylons. I can manage with Mako and working with the controller but I am having trouble with the model. I can't figure out what I did wrong, could someone help with this error?| AttributeError: 'module' object has no attribute 'Session' Please see my code below. T