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
>
> 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
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
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.
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