Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2007-12-07 Thread Ronald Oussoren
On 7 Dec, 2007, at 2:12, Yves Serrano wrote: > Hi > > I can't get python2.3.6 to work in leopard on an intel mac. Try running configure with MACOSX_DEPLOYMENT_TARGET set to 10.5 in the environment. Python 2.5.1 also misconfigures (fixed in the repository and hance 2.5.2 whenever that is rel

Re: [Pythonmac-SIG] python23 under leopard (intel mac)

2007-12-07 Thread Yves Serrano
> > On 7 Dec, 2007, at 2:12, Yves Serrano wrote: > >> Hi >> >> I can't get python2.3.6 to work in leopard on an intel mac. > > Try running configure with MACOSX_DEPLOYMENT_TARGET set to 10.5 in > the environment. Python 2.5.1 also misconfigures (fixed in the > repository and hance 2.5.2 whenev

[Pythonmac-SIG] Opening files with Japanese characters on Tiger

2007-12-07 Thread James Kelly
Hi all, I ran into an issue recently opening files with Japanese characters on Tiger. Essentially I am reading from a utf-8 file containing lists of file names. Most are completely in English, a few contain Japanese characters in the filename. I am opening the files for a binary write. Unfortu

Re: [Pythonmac-SIG] Opening files with Japanese characters on Tiger

2007-12-07 Thread Henning Hraban Ramm
Am 2007-12-07 um 17:26 schrieb James Kelly: > I ran into an issue recently opening files with Japanese characters on > Tiger. Essentially I am reading from a utf-8 file containing lists > of file > names. Most are completely in English, a few contain Japanese > characters in > the filename.

[Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-07 Thread C. E. Ball
Hi, On OS X, I'd like to be able to build my own copy of Python that uses my own copy of Tkinter (built for X11). I've seen several posts to this list where people mention building python this way (e.g. [1] and [2] below), but I'm pretty unfamiliar with the concepts, so I wonder if someone could g