> Sorry for sounding abrupt I am just getting frustrated trying to do a basic
> thing. I did make the change as you suggested
> and now I get the following error. What is puzzling is that the error is
> saying that it excepts one parameter and I am passing 2.
> I have attached both my controller.py, and my kid file


You define index twice. that's not working, only the latter one will be 
available. And it takes just one argument, the self - so it's the first error 
all around.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to