Comment #3 on issue 2369 by asmeurer: __init__.py import order is not
correct
http://code.google.com/p/sympy/issues/detail?id=2369
If I apply
diff --git a/sympy/__init__.py b/sympy/__init__.py
index 7bdeaff..ab0a7f6 100644
--- a/sympy/__init__.py
+++ b/sympy/__init__.py
@@ -28,11 +28,11 @@ def __sympy_debug():
SYMPY_DEBUG = __sympy_debug()
from sympy.core import *
+from logic import *
from assumptions import *
from polys import *
from series import *
from functions import *
-from logic import *
from ntheory import *
from concrete import *
from simplify import *
Then SymPy still seems to import fine in regular Python. Does that fix it
in IronPython too?
By the way, do you know if it's possible to run IronPython on a Mac?
--
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.