Updates:
        Cc: [email protected]

Comment #2 on issue 1523 by [email protected]: sympy core imports fixed
http://code.google.com/p/sympy/issues/detail?id=1523

Probably I'm doing something wrong, but I can't import sympy.core  
(python3.1):

[atlantis 236] ~/dev/sympy > python3.1
Python 3.1 (r31:73572, Jul  4 2009, 05:25:51)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sympy.core
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "sympy/__init__.py", line 23, in <module>
     from sympy.core import *
   File "sympy/core/__init__.py", line 22
     exec '%s = _cls()' % (_n)
                      ^
SyntaxError: invalid syntax


--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to