Newbie: OverflowError: integer addition - Python data types??

Aahz Maruch aahz at netcom.com
Wed Feb 2 12:29:36 EST 2000


In article <879o21$lu2$1 at nnrp1.deja.com>,  <e.e.sutton at cummins.com> wrote:
>
>I can't get a Python version of my VBScript Fibonacci series script to
>work.  I get an OverflowError: integer addition error at series 46.

You need use long numbers, e.g. 999999999999999L
--
                      --- Aahz (@netcom.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Have a *HAPPY* day!!!!!!!!!!



More information about the Python-list mailing list