Status: Accepted
Owner: smichr
Labels: Type-Defect Priority-Medium
New issue 1895 by smichr: S('2/2.6') raises parsing error
http://code.google.com/p/sympy/issues/detail?id=1895
I'm looking into the following parsing problem that was raised by
copyrights:
from sympy import *
S('2/2.6')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Documents and Settings\chris\sympy\sympy\core\sympify.py", line
139,
in sympify
return ast_parser.parse_expr(a, locals)
File "C:\Documents and Settings\chris\sympy\sympy\core\ast_parser.py",
line 90
, in parse_expr
raise SympifyError("Cannot parse.")
sympy.core.sympify.SympifyError: SympifyError: Cannot parse.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
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.