Comment #7 on issue 2369 by tanglewish: __init__.py import order is not correct
http://code.google.com/p/sympy/issues/detail?id=2369

It doesn't matter whether testing in python27 or python26. Here is the log in python27:
-----
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:\python27\lib')
sys.path.append(r'c:\python27\lib\site-packages')
import sympy
sympy.solve('x+5')
c:\python27\lib\compiler\__init__.py:1: DeprecationWarning: The compiler package
 is deprecated and removed in Python 3.x.
  """Package for parsing and compiling Python source code
Traceback (most recent call last):
File "c:\python27\lib\site-packages\sympy\solvers\solvers.py", line 153, in <g
enexpr>
File "c:\python27\lib\site-packages\sympy\solvers\solvers.py", line 148, in sy
mpit
  File "<stdin>", line 1, in <module>
File "c:\python27\lib\site-packages\sympy\solvers\solvers.py", line 153, in so
lve
File "c:\python27\lib\site-packages\sympy\core\sympify.py", line 116, in sympi
fy
File "c:\python27\lib\site-packages\sympy\core\ast_parser.py", line 98, in par
se_expr
File "c:\python27\lib\site-packages\sympy\core\ast_parser_python24.py", line 1
, in <module>
  File "c:\python27\lib\compiler\__init__.py", line 29, in <module>
  File "c:\python27\lib\compiler\transformer.py", line 29, in <module>
ImportError: No module named parser
-----------


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to