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