Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-10 Thread C. E. Ball
> > That is, replace "if (platform == 'darwin' and" by "if > > 0 and (platform == 'darwin' and". > > Actually, I tried that early on (I commented out that 'if' statement), > but Python still seemed to end up using the framework Tk. The output [...] > (1) How sure are you that making

Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-10 Thread C. E. Ball
Hi, Thanks for helping me out. On Dec 10, 2007 9:02 AM, Edward Hartley <[EMAIL PROTECTED]> wrote: [...] > PS just seen your latest post IIRC and passing flags is the alternative to > what I described above and should work unless something in the script is > detecting the platform and overriding

Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-09 Thread Ronald Oussoren
On 8 Dec, 2007, at 1:40, C. E. Ball wrote: > 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 unfa

Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-09 Thread Edward Hartley
From: "C. E. Ball" <[EMAIL PROTECTED]> Date: 8 December 2007 00:40:11 GMT To: pythonmac-sig@python.org Subject: [Pythonmac-SIG] Building Python with X11 Tkinter Chris my first comment would be that there are plenty of issues here to grapple with On OS X, I'd like t

Re: [Pythonmac-SIG] Building Python with X11 Tkinter

2007-12-08 Thread C. E. Ball
On Dec 8, 2007 8:40 AM, C. E. Ball <[EMAIL PROTECTED]> wrote: [...] > I found the only way I could get Python to build using my own tcl and > tk was by renaming OS X's Tk and Tcl framework directories so that > they would not be found. Is there some alteration I can make to > python's setup.py inst

[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