Hi, On 15 July 2011 15:38, Ondrej Certik <[email protected]> wrote:
> On Fri, Jul 1, 2011 at 8:07 PM, Aaron Meurer <[email protected]> wrote: > > This is a known issue. Unfortunately, it seems the pickle does not > > work for Function. See > > http://code.google.com/p/sympy/issues/detail?id=1198. > > > > Any ideas on how to fix this? > > I wonder how this works at live.sympy.org, because there the > expressions are somehow stored in a database. And it works for a > Function. > SymPy Live uses a hack to overcome this. If an expression results in unpicklables, it stores the expression in the database and reevaluates it before every future evaluation. > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. > > Mateusz -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
