"Kevin Dangoor" <[EMAIL PROTECTED]> writes: > Actually, now that I look at the error your presenting in this last > message, that's a different problem. In that error, you're trying to > set a database column to a dictionary. That's an application problem.
This is not happening. You can see in "analise.py"'s method "save". I decode the value from "faixa" before using it, so it never gets a dict. "Faixa" stands for, in this case, "range". "superior" is "upper" and "inferior" is "lower". -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
