Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2533 by [email protected]: How to Capture raised SympifyError
and overwrite it
http://code.google.com/p/sympy/issues/detail?id=2533
My program is using sympify() function over an dynamic expression which can
raise SympifyError (as programmed in the library).
My question is how can I capture SympifyError from the point it is raised
instead of letting it go to the SympifyError class in sympy.core.sympify
module?
What I need :: I don't want the program to terminate after getting
SympifyError (as specified in library) but instead it should behave
according to the code given under except tag!
PS : Though it is a language specific question but believe me I have
searched a lot to get an answer and after that I am posting over her.
--
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.