Issue 1458 in sympy: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , ,

2009-06-04 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1458 by flor...@mickler.org: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , , ) but got 1997898322 http://code.google.com/p/sympy/issues/detail?id=1

Issue 1458 in sympy: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , ,

2009-06-04 Thread codesite-noreply
Comment #1 on issue 1458 by flor...@mickler.org: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , , ) but got 1997898322 http://code.google.com/p/sympy/issues/detail?id=1458 ok, i traced it down to a numpy-compatibility

Issue 1458 in sympy: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , ,

2009-06-04 Thread codesite-noreply
Comment #2 on issue 1458 by flor...@mickler.org: ValueError: c:\python25\Lib\site-packages\sympy\core\numbers.py:497:function __new__ 1-th argument must be of type (, , , ) but got 1997898322 http://code.google.com/p/sympy/issues/detail?id=1458 perhaps the summary line should be changed to

Issue 1458 in sympy: numpy + geometry doesn't work on windows

2009-06-04 Thread codesite-noreply
Updates: Summary: numpy + geometry doesn't work on windows Status: Accepted Comment #3 on issue 1458 by ondrej.certik: numpy + geometry doesn't work on windows http://code.google.com/p/sympy/issues/detail?id=1458 Many thanks for the bug report! This is what happens on my comput

Issue 1458 in sympy: numpy + geometry doesn't work on windows

2009-06-04 Thread codesite-noreply
Comment #4 on issue 1458 by flor...@mickler.org: numpy + geometry doesn't work on windows http://code.google.com/p/sympy/issues/detail?id=1458 > pythonw -u "sympy_bug.py" 1.2.1 Traceback (most recent call last): File "sympy_bug.py", line 6, in Point.distance(p5,p6) File "c:\python2

Issue 1458 in sympy: numpy + geometry doesn't work on windows

2009-06-04 Thread codesite-noreply
Comment #5 on issue 1458 by flor...@mickler.org: numpy + geometry doesn't work on windows http://code.google.com/p/sympy/issues/detail?id=1458 do you have any suggestions? i'll try to upgrade numpy and sympy if i have some time to spare. thx for the hint. -- You received this message becau

Issue 1458 in sympy: numpy + geometry doesn't work on windows

2009-06-04 Thread codesite-noreply
Comment #6 on issue 1458 by ondrej.certik: numpy + geometry doesn't work on windows http://code.google.com/p/sympy/issues/detail?id=1458 That's what I get: $ python sympy_bug.py 1.2.1 $ so your numpy version is fine. Which sympy version do you have? -- You received this message because you

Issue 1261 in sympy: incorrect exponentiation with non-commutative symbols

2009-06-04 Thread codesite-noreply
Updates: Labels: EasyToFix NeedsReview Comment #3 on issue 1261 by asmeurer: incorrect exponentiation with non-commutative symbols http://code.google.com/p/sympy/issues/detail?id=1261 This also holds true for exp(x)*exp(y). powsimp cannot maintain commutativity of the arguments unle