Re: [Pythonmac-SIG] [Pyobjc-dev] New beta release for pyobjc: 2.2b2

2009-05-26 Thread has
Ronald Oussoren wrote: ld: in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libTIFF.dylib, file is not of required architecture for architecture ppc collect2: ld returned 1 exit status You have non-universal libraries in /usr/local, but I don't understand why this is a problem because that

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-26 Thread Ronald Oussoren
On 27 May, 2009, at 0:14, Kevin Walzer wrote: Ronald Oussoren wrote: Which brings the question: is there anyone on the list that would like to look into providing two copies of Tkinter in the binary installers on OSX? This would preferably install both copies of the tkinter extension and

Re: [Pythonmac-SIG] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Leonardo Santagada
On May 26, 2009, at 6:59 AM, Ronald Oussoren wrote: Hi, I've just pushed out a new beta release for PyObjC 2.2. This version should install without problems using "easy_install pyobjc==2.2b2", and fixes some other smallish issues as well. Support for OSX 10.4 is still fairly minimal: pyo

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-26 Thread Ned Deily
In article <4a1c69d9.3070...@codebykevin.com>, Kevin Walzer wrote: > Ronald Oussoren wrote: > > Which brings the question: is there anyone on the list that would like > > to look into providing two copies of Tkinter in the binary installers on > > OSX? This would preferably install both copies

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-26 Thread Kevin Walzer
Ronald Oussoren wrote: Which brings the question: is there anyone on the list that would like to look into providing two copies of Tkinter in the binary installers on OSX? This would preferably install both copies of the tkinter extension and magicly select the right copy to use at runtime.

Re: [Pythonmac-SIG] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Ronald Oussoren
On 26 May, 2009, at 21:50, David Warde-Farley wrote: On 26-May-09, at 5:59 AM, Ronald Oussoren wrote: Support for OSX 10.4 is still fairly minimal: pyobjc-core and a number of framework wrappers do build on Tiger, but there are a lot of test failures (although a large subset of those are c

Re: [Pythonmac-SIG] New beta release for pyobjc: 2.2b2

2009-05-26 Thread David Warde-Farley
On 26-May-09, at 5:59 AM, Ronald Oussoren wrote: Support for OSX 10.4 is still fairly minimal: pyobjc-core and a number of framework wrappers do build on Tiger, but there are a lot of test failures (although a large subset of those are caused by issues in the test framework). Am I right i

Re: [Pythonmac-SIG] [Pyobjc-dev] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Ronald Oussoren
On 26 May, 2009, at 20:25, Ron Garret wrote: On May 26, 2009, at 10:34 AM, Ronald Oussoren wrote: On 26 May, 2009, at 19:29, Ron Garret wrote: On May 26, 2009, at 2:59 AM, Ronald Oussoren wrote: Hi, I've just pushed out a new beta release for PyObjC 2.2. This version should install

Re: [Pythonmac-SIG] [Pyobjc-dev] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Ronald Oussoren
On 26 May, 2009, at 19:29, Ron Garret wrote: On May 26, 2009, at 2:59 AM, Ronald Oussoren wrote: Hi, I've just pushed out a new beta release for PyObjC 2.2. This version should install without problems using "easy_install pyobjc==2.2b2", and fixes some other smallish issues as well. S

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-26 Thread Christopher Barker
Ronald Oussoren wrote: My gut feeling is that this is an issue with the Tk framework, ... The glyphs display fine in TextEdit, JEdit, Word etc.] As you stated you were a newbie, I thought I'd make it clear -- there is no need to use IDLE to do Python. It's just one of many options. at a min

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-26 Thread Ronald Oussoren
I've found the source of this bug: Tcl/Tk's rendering of Unicode data is broken on OSX. Luckily this is fixed on Tcl/Tk 8.5, but that doesn't help you very much because the Python installers all link to the (system install of) Tcl/Tk 8.4 and that version is not binary compatible with the

[Pythonmac-SIG] New beta release for pyobjc: 2.2b2

2009-05-26 Thread Ronald Oussoren
Hi, I've just pushed out a new beta release for PyObjC 2.2. This version should install without problems using "easy_install pyobjc==2.2b2", and fixes some other smallish issues as well. Support for OSX 10.4 is still fairly minimal: pyobjc-core and a number of framework wrappers do build

Re: [Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories

2009-05-26 Thread Kel Solaar
Hi ! That's what I finally did, I tried to find why those debug libraries are included but didn't succeeded. Anyway my bunddle is now of a much better size :p Hope there is a clean solution coming Thomas CC: pythonmac-sig@python.org From: ronaldousso...@mac.com To: kelsolaar_f...@hotmail.com Su

Re: [Pythonmac-SIG] Py2App / Strip Not Correctly Working On .dSYM Directories

2009-05-26 Thread Ronald Oussoren
That is indeed annoying. As a workaround you could remove the .dsym directories manually. This should obviously be fixed in py2app itself, when it strips debug symbols from executable files it should also remove .dsym directories. I've added this to my list, but wouldn't mind if someone