Comment #20 on issue 871 by Vinzent.Steinberg: failing sympify on live.sympy.org
http://code.google.com/p/sympy/issues/detail?id=871

My Idea was to write a preparser that converts a string as given to sympify to a parsable expression for Python's built-in eval(). So you could do something like

def sympify(s):
    return eval(parse(s))

using one of my attached preparsers for parse().

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to