Python-1.5.2 and MachTen 4.1.1

Paul Nevai nevai at math.ohio-state.edu
Fri May 21 10:10:41 EDT 1999


Has anyone successfully installed Python-1.5.2 on a MachTen 4.1.1?

Please respond by e-mail: nevai at math.ohio-state.edu

Mine compiled perfectly BUT then it failed the "make test";

Setup: Power Mac G3 [512Mb RAM] with System 8.5.1 [HFS+] with MachTen 4.1.1

%uname -a
machten jat 4 1.1 powerpc unknown

#############################################################################
40 tests OK.
1 test failed: test_math
20 tests skipped: test_al test_audioop test_bsddb test_cd test_cl test_crypt
test_dbm test_dl test_fcntl test_gdbm test_gl test_gzip test_imageop
test_imgfile test_nis test_rgbimg test_sunaudiodev test_thread test_timing
test_zlib make: *** [test] Error 1

* 22 * 9:53am * jat//unix/mnt/m/nevai/local/src/PYTHON/Python-1.5.2.machten *
% ./python Lib/test/test_math.py
math module, testing with eps 1e-05
constants
acos
asin
atan
atan2
ceil
cos
cosh
exp
fabs
floor
fmod
frexp
hypot
ldexp
log
log10
modf
Traceback (innermost last):
  File "Lib/test/test_math.py", line 124, in ?
    testmodf('modf(-1.5)', math.modf(-1.5), (-0.5, -1.0))
  File "Lib/test/test_math.py", line 120, in testmodf
    raise TestFailed, '%s returned %s, expected %s'%\
test_support -- test failed: modf(-1.5) returned (-0.5, -2.0), expected
(-0.5, -1.0)




More information about the Python-list mailing list