> /sage/local/lib/python2.7/site-packages/sage/structure/factorization.pyc
> in __cmp__(self, other)
> 426 c = cmp(self.__unit, other.__unit)
> 427 if c: return c
> --> 428 return list.__cmp__(self, other)
> 429
> 430 d
On 14 June 2016 at 10:39, sidious.l...@gmail.com wrote:
> On Tuesday, June 14, 2016 at 10:09:28 AM UTC+1, John Cremona wrote:
>>
>>
>> Can you say exactly which Sage version you are using, and give a
>> complete sequence of commands which leads to the error?
>
>
> I'm using SageMath Version 6.10,
On Tuesday, June 14, 2016 at 10:09:28 AM UTC+1, John Cremona wrote:
>
>
> Can you say exactly which Sage version you are using, and give a
> complete sequence of commands which leads to the error?
>
I'm using SageMath Version 6.10, Release Date: 2015-12-18. Sorry for not
including
this in the
Thanks for reporting ths (clearly not spam!).
Can you say exactly which Sage version you are using, and give a
complete sequence of commands which leads to the error?
John
On 14 June 2016 at 10:00, Darth Sidious wrote:
> I've been using the `Factorization` class in some code I'm writing in
> Sa
I've been using the `Factorization` class in some code I'm writing in
Sage and I'm getting this error which to me looks like a bug in the
`Factorization` class. In the line with the error there is a call to
a `__cmp__` method on the `list` class, but apparently there is no
such method. Below you