Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-16 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #13 on issue 2369 by ronan.l...@gmail.com: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 The pull request is in, so the specific problem discussed here should be f

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #12 on issue 2369 by tanglewish: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 Yes, it just throw out the same problem, but no solution. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #11 on issue 2369 by asmeurer: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 That issue was also mentioned in issue 60. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this g

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #10 on issue 2369 by tanglewish: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 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 ['.', 'C:\\Windows\

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #9 on issue 2369 by tanglewish: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 sympy is installed in the path of C:\Python27\Lib\site-packages, not in the path of C:\Program Files (x86)\IronPython 2.7\Lib\site-packages. So appending th

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #8 on issue 2369 by asmeurer: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 But I mean why do you do it at all? Does IronPython not work if you don't do that? -- You received this message because you are subscribed to the Google Grou

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
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", "c

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Comment #6 on issue 2369 by asmeurer: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 See https://github.com/sympy/sympy/pull/304. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
Updates: Labels: NeedsReview asmeurer Comment #5 on issue 2369 by asmeurer: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 Why do you append python2.6 to your sys.path? I really don't know how to solve this. The ast_parser_python2.4 is

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
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

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-13 Thread sympy
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 @@ d

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-12 Thread sympy
Comment #2 on issue 2369 by tanglewish: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 it works fine in CPython, when i used it in PythonXY -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To pos

Re: Issue 2369 in sympy: __init__.py import order is not correct

2011-05-12 Thread sympy
Comment #1 on issue 2369 by asmeurer: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 How does it work in CPython? Doesn't that matter there too? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group.

Issue 2369 in sympy: __init__.py import order is not correct

2011-05-12 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 2369 by tanglewish: __init__.py import order is not correct http://code.google.com/p/sympy/issues/detail?id=2369 module 'assumptions' use the module 'logic', but in the __init__.py, the import order is reverse, which bring a