http://trac.turbogears.org/ticket/1493
I wrote up this ticket, but closed it when I could not reproduce the problem on my fedora7/python2.5 laptop. I assumed it was Python2.4 related. I installed python2.5 onto my server (fedora 6) and still have the same render problem with both 2.4 and 2.5. Since I can't reproduce the problem on the laptop, I assume it is an issue with my system. I was hoping someone might be able to offer suggestions to figure it out. The failure occurs in the formencode.api.py module invoking a trans function from the message method. The field has flunked validation and it is looking to (I think) translate and return the failure message. I think it is unable to find the expected translation function. It includes __builtin__._ among the places it looks for a function to use. The logic is a little hard to figure out. It is also puzzling that it is able to render once. Any help is greatly appreciated. -- Lloyd Kvam Venix Corp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

