Issue 1458 in sympy: 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

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 (type 'int', type 'long', type 'str', class 'sympy.core.numbers.Integer')

Issue 1458 in sympy: 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

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 (type 'int', type 'long', type 'str', class 'sympy.core.numbers.Integer') but got 1997898322

Re: Sympy.core

2007-12-30 Thread Pearu Peterson
On Dec 31, 6:55 am, Goutham D L [EMAIL PROTECTED] wrote: I came across many places where there is code like Basic.Zero() , Basic.Add(), Basic.Integer() etc. However, None of these seem to be defined in the Basic class (or in the metaclass). Am i missing something? The attributes