I just created an OSX installer for 2.5.3c1. As it's the first time I do that, I'd appreciate if somebody could test it and report whether it works (as well as the 2.5.2 one did). http://www.python.org/download/releases/2.5.3/ Regards, Martin
Worked flawlessly both on an x86 MacBook Pro running Leopard (10.5) and a ppc PowerBook G4 running Tiget (10.4). The only issue is that the Python logo makes the text in the sidebar of the installer hard to read. I didn't test the GUI app. Thanks for doing this! --Guido van Rossum (home page: http://www.python.org/~guido/) On Wed, Dec 17, 2008 at 1:05 PM, "Martin v. Löwis" <martin@v.loewis.de> wrote:
I just created an OSX installer for 2.5.3c1. As it's the first time I do that, I'd appreciate if somebody could test it and report whether it works (as well as the 2.5.2 one did).
I've installed it on a MacBook Air running Leopard (10.5.6). Installer ran like a charm, but when I ran the following in IDLE:
from test.regrtest import main main()
I got a "Problem Report for Python" pop-up. Skip to "///" for "Problem Details". Interestingly, the test completed with the following report: 286 tests OK. 3 tests failed: test_descr test_file test_subprocess ... 3 skips unexpected on darwin: test_ioctl test_bsddb185 test_univnewlines This suggests that the crash was in a subprocess. /// Process: Python [1203] Path: /Applications/MacPython 2.5/IDLE.app/Contents/MacOS/Python Identifier: Python Version: ??? (???) Code Type: X86 (Native) Parent Process: Python [1027] Date/Time: 2008-12-17 16:57:52.804 -0500 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Crashed Thread: 0 Thread 0 Crashed: 0 libSystem.B.dylib 0x90c70e42 __kill + 10 1 libSystem.B.dylib 0x90ce323a raise + 26 2 libSystem.B.dylib 0x90cef679 abort + 73 3 org.python.python 0x004bd33f posix_getloadavg + 0 (posixmodule.c:7961) 4 org.python.python 0x0048571e PyEval_EvalFrameEx + 18973 (ceval.c:3596) 5 org.python.python 0x00487731 PyEval_EvalCodeEx + 1819 (ceval.c:2875) 6 org.python.python 0x004878e5 PyEval_EvalCode + 87 (ceval.c:520) 7 org.python.python 0x004ab810 PyRun_StringFlags + 243 (pythonrun.c:1273) 8 org.python.python 0x004ab8d7 PyRun_SimpleStringFlags + 72 (pythonrun.c:900) 9 org.python.python 0x004b84c5 Py_Main + 1296 (main.c:521) 10 Python 0x00001f8e 0x1000 + 3982 11 Python 0x00001eb5 0x1000 + 3765 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x00000000 ebx: 0x90cef639 ecx: 0xbffff1dc edx: 0x90c70e42 edi: 0x008001c0 esi: 0x00000000 ebp: 0xbffff1f8 esp: 0xbffff1dc ss: 0x0000001f efl: 0x00000282 eip: 0x90c70e42 cs: 0x00000007 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x0048d191 Binary Images: 0x1000 - 0x1fff +Python ??? (???) /Applications/MacPython 2.5/IDLE.app/Contents/MacOS/Python 0x3f1000 - 0x4e7fe3 +org.python.python 2.5a0 (2.5) /Library/Frameworks/Python.framework/Versions/2.5/Python 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld 0x90c02000 - 0x90d69ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib 0x946bd000 - 0x946c1fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib On Wed, Dec 17, 2008 at 4:05 PM, "Martin v. Löwis" <martin@v.loewis.de> wrote:
I just created an OSX installer for 2.5.3c1. As it's the first time I do that, I'd appreciate if somebody could test it and report whether it works (as well as the 2.5.2 one did).
http://www.python.org/download/releases/2.5.3/
Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexander.belopolsky%40gma...
I got a "Problem Report for Python" pop-up. Skip to "///" for "Problem Details". Interestingly, the test completed with the following report:
Thanks for the report. I have tested that with 2.5.2, which fails in the same way. So this is not a regression, and I have not attempted to fix it. Regards, Martin
participants (3)
-
"Martin v. Löwis" -
Alexander Belopolsky -
Guido van Rossum