Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2009-12-28 Thread Marc-Antoine Parent
> It's just Tkinter--I have a four-way build (32/64 bit for PPC and Intel) of > Tcl/Tk. Hmmm I tried adding Tkinter to my "includes". Interestingly, the framework did not get added; apparently because it is a system framework. I then tried adding it explicitly with the "frameworks" option o

Re: [Pythonmac-SIG] py2app/PyQt/64-bit/Mach-O

2009-12-28 Thread Kevin Walzer
On 12/28/09 12:39 PM, Marc-Antoine Parent wrote: It's just Tkinter--I have a four-way build (32/64 bit for PPC and Intel) of Tcl/Tk. Hmmm I tried adding Tkinter to my "includes". Interestingly, the framework did not get added; apparently because it is a system framework. I then tried add