[issue13986] ValueError: cannot convert float NaN to integer

2012-02-13 Thread Shivam
Shivam shivam.agar...@aricent.com added the comment: Hi Terry, Thanks for your reply. I am made changes suggested by you but still getting the same error: Below is the change that have been made: try: local_var = (os.fstat(f.fileno()).st_mtime) -- added line

[issue13984] Python2.6 compilation breaking on mips64 bit machine

2012-02-10 Thread Shivam
New submission from Shivam shivam.agar...@aricent.com: Hi All, I am getting follwoing error when compiling Python2.6 on mips 64. Failed to find the necessary bits to build these modules: _bsddb _tkinter bsddb185 bz2dl imageop

[issue13986] ValueError: cannot convert float NaN to integer

2012-02-10 Thread Shivam
New submission from Shivam shivam.agar...@aricent.com: Hi Team, Kindly help me in resolving below issue which arises when we do make install as it is show stopper for us. Listing /usr/local/lib/python2.7 ... Compiling /usr/local/lib/python2.7/BaseHTTPServer.py ... Traceback (most recent

[issue13986] ValueError: cannot convert float NaN to integer

2012-02-10 Thread Shivam
Shivam shivam.agar...@aricent.com added the comment: Hi Team, I am having this issue on mips 64bit machine running debian. Regards Shivam Agarwal -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13986

[issue13982] python returning errorneous value for sqrt

2012-02-09 Thread Shivam
New submission from Shivam shivam.agar...@aricent.com: On mips64 biit machine running linux I have installed python2.4_2.4.4 from link http://archive.debian.net/etch/python2.4; using below commands: ./configure –enable-shared make make install But when I check value of sqrt(9.0) on python

[issue13983] make test giving bus error

2012-02-09 Thread Shivam
New submission from Shivam shivam.agar...@aricent.com: Hi All, On mips64 biit machine running linux I have installed python2.4_2.4.4 from link http://archive.debian.net/etch/python2.4; using below commands: ./configure –enable-shared make make install But make test fails with bus error