Comment #4 on issue 2369 by tanglewish: __init__.py import order is not
correct
http://code.google.com/p/sympy/issues/detail?id=2369
Yes, it fixed in IronPython. And I am sorry that I don't have a Mac in
hands.
By the way, IronPython doesn't seem to have the module named 'parser',
while sympy used it to sympify the expression. Here is the message:
----------------
IronPython 2.7 (2.7.0.40) on .NET 4.0.30319.225
Type "help", "copyright", "credits" or "license" for more information.
import sys
sys.path.append(r'c:\python26\lib')
sys.path.append(r'c:\python26\lib\site-packages')
import sympy
sympy.solve('x+5')
Traceback (most recent call last):
File "c:\python26\lib\site-packages\sympy\solvers\solvers.py", line 153,
in <g
enexpr>
File "c:\python26\lib\site-packages\sympy\solvers\solvers.py", line 148,
in sy
mpit
File "<stdin>", line 1, in <module>
File "c:\python26\lib\site-packages\sympy\solvers\solvers.py", line 153,
in so
lve
File "c:\python26\lib\site-packages\sympy\core\sympify.py", line 116, in
sympi
fy
File "c:\python26\lib\site-packages\sympy\core\ast_parser.py", line 98,
in par
se_expr
File "c:\python26\lib\site-packages\sympy\core\ast_parser_python24.py",
line 1
, in <module>
File "c:\python26\lib\compiler\__init__.py", line 27, in <module>
File "c:\python26\lib\compiler\transformer.py", line 29, in <module>
ImportError: No module named parser
-----------
I mean that can expression sympified in sympy but not depending other
modules.
--
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.