New submission from Shivam :
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, pytho
New submission from Shivam :
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, below is t
New submission from Shivam :
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
rea
New submission from Shivam :
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 call last):
Shivam added the comment:
Hi Team,
I am having this issue on mips 64bit machine running debian.
Regards
Shivam Agarwal
--
___
Python tracker
<http://bugs.python.org/issue13
Shivam 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
print "