Yes I can see why pickling instances would be a bad idea. Then maybe it's better if I give the class something more useful to return that can be easily pickled like a tuple.
Although afaik, Pickle just stores the object.__dict__ when pickling and then replaces a fresh instance's __dict__ with the stored version when unpickling. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

