On Aug 30, 2006, at 12:06 PM, Javier Rojas wrote:

> I have to handle a lot of forms in my web app, and perhaps I need  
> to edit them in the future, or add new forms, delete ones,  
> whatever. The first approach I came up with was to create several  
> tableforms with their fields, and then store them in the DB as  
> Pickle objects, and fetch and return them to the template when  
> necessary. This wasn't possible because the tableForm object isn't  
> "pickable" (sorry for the new verb ;)), when pickling it, python  
> complained saying that it could not do it because the tableForm has  
> some threads, or thread handling, or something like that.

That's kind of interesting.

If you can be more specific about the error when pickling, we might  
be able to find a solution to make it pickleable.

Kevin

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to