[issue1091] [patch] py3k Mac installation errors

2007-09-03 Thread Humberto Diogenes
Humberto Diogenes added the comment: One more patch, for: 1. Writing str to binary file; 2. Using string exceptions. Traceback for #2: /usr/bin/install -c -s ../python.exe /Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/ Contents/MacOS/Python

[issue1091] [patch] py3k Mac installation errors

2007-09-03 Thread Humberto Diogenes
Humberto Diogenes added the comment: Patch 3: some more trivial fixes: new syntax for print() and octal numbers. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1091 __Index: Mac/PythonLauncher/Makefile.in

[issue1091] [patch] py3k Mac installation errors

2007-09-02 Thread Humberto Diogenes
New submission from Humberto Diogenes: This patch addresses 3 simple errors (1 syntax, 1 runtime, 1 import) when doing a make altinstall on Mac OS X, including the error listed in issue 1078. -- components: Installation, Macintosh files: py3k-mac-install-1.patch messages: 55596 nosy: