[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r70727 (trunk), r70728 (2.6) and r70729 (3.1) -- status: open -> closed ___ Python tracker ___ ___

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Bill Janssen
Bill Janssen added the comment: Looks good. The contrast is stark. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: The attached patch shows what I intent do commit after testing. This adds a small ObjC command-line tool that sets the icon. I still have to build the installer to check if the patch actually works. -- resolution: -> accepted Added file: http://bug

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Ronald Oussoren
Changes by Ronald Oussoren : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/pytho

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: -> ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-03-04 Thread Ronald Oussoren
Ronald Oussoren added the comment: Usage of PyObjC in the build-script should be avoided, as should eating exceptions like you propose. The rationale for not silencing exceptions is that the build script is supposed to enable reproducable builds. I'll probably add a small Cocoa ObjC program t

[issue4848] MacPython build script uses Carbon and MacOS modules slated for removal

2009-01-05 Thread Bill Janssen
New submission from Bill Janssen : The build script for a Mac OS installer, in Mac/BuildScript/build-installer.py, currently requires OS 10.4 and Python 2.3. At some point it will have to be ported to a newer version of Python (and Mac OS). It uses a number of modules which are slated for futur