Nevermind-->Re: [Twisted-Python] A little newbie help, please?
Syver Enstad
syver at inout.no
Fri Oct 31 02:19:34 MST 2003
Kevin Unger <kunger at intersight.com> writes:
> I figured it out -- I constructed my page using a non-keyword arg
> which was interpreted by woven as the model, I guess. Used a keyword
> ag and it be wokring.
That's correct the first non keyword arg to Page __init__ is
interpreted as the model, it it is not present the Page is it's own
model.
More information about the Twisted-Python
mailing list