Re: [sage-devel] Conversion problem in fraction fields

2010-01-10 Thread Florent Hivert
Hi > In Sage 4.3, I came across the following problem when trying to coerce > rational numbers into the fraction field of Z[t]. > > sage: F = Frac(PolynomialRing(ZZ, 't')) > sage: F(1/2) > ... > TypeError: no conversion of this rational to integer > > I am guessing that thi

[sage-devel] Conversion problem in fraction fields

2010-01-08 Thread Sebastian Pancratz
Dear all, In Sage 4.3, I came across the following problem when trying to coerce rational numbers into the fraction field of Z[t]. sage: F = Frac(PolynomialRing(ZZ, 't')) sage: F(1/2) ... TypeError: no conversion of this rational to integer I am guessing that this might be simila