> Python 2.2.2 (#1, Jan 22 2003, 20:44:19) > >>> int(10.2) > Traceback (most recent call last): > File "<stdin>", line 1, in ? > OverflowError: float too large to convert
> I have: > CFLAGS='-mcpu=pentium4 -O2 -pipe' The pentium4 would be the problem. It's not friendly. Drop down to pentium2 and recompile it. Pentium4 opts aren't recommended for the time being. See the comments portage-2.0.46-r12's make.conf. -- [EMAIL PROTECTED] mailing list
