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 (<type 'int'>, <type 'long'>, <type 'str'>,  
<class 'sympy.core.numbers.Integer'>) but got 1997898322
http://code.google.com/p/sympy/issues/detail?id=1458

ok, i traced it down to a numpy-compatibility bug:

this is a minimal testcase which exhibits the problem:

import numpy
p5 = Point(586, -85)
p6 = Point(numpy.int32(-155), Rational(-3526,643))
Point.distance(p5,p6)

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