I am using SQLObject not sqlalchemy but I will try the svn version. Thanks.
-Ian On 7/9/07, Paul Johnston <[EMAIL PROTECTED]> wrote: > > Hi, > > There's two things going on here. First there is an SQLAlchemy error of > some sort. But we can't see that because it's masked by a bug in Kid's > error handling that causes "function takes exactly 5 arguments". > (http://www.kid-templating.org/trac/ticket/211). > > The Kid bug is now fixed, so upgrade to the latest SVN version and retry > your program. You'll see the actual SQLAlchemy message then, which might > make debugging a breeze, or you may need to come back to the list. > > Good luck! > > Paul > > > Ian Wilson wrote: > > >http://paste.turbogears.org/paste/1474 > > > >I posted earlier in this thread because I thought I had fixed this > >problem. Apparently I still have the same problem and switching to > >sqlalchemy is not an option for me. > > > >The weird thing is if I restart the tg process the error goes away > >immediately and I cannot reproduce it. All I know is after some > >unknown time I start getting this error and cannot stop getting it. > > > >Any suggestions either on how to start debugging this or how to fix it > >if you have had the same/similar error would be great. > > > >-Ian > > > > > >On 6/22/07, Glenn <[EMAIL PROTECTED]> wrote: > > > > > >>Thanks all. I have switched to use SQLAchemy. Your help is > >>appreciated. I am now able to query the database. Now I just need to > >>learn everything else ;) > >> > >> > >>On Jun 21, 9:51 am, Bruce Webber <[EMAIL PROTECTED]> wrote: > >> > >> > >>>Glenn, > >>> > >>>Can you show us the controller method which exposes the template? > >>> > >>>Thanks, > >>>Bruce > >>> > >>> > >> > >> > > > >> > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

