[Pythonmac-SIG] Re-linking app with system Tk frameworks

2013-01-28 Thread Kevin Walzer
Hi, To deploy my Tkinter app to the Mac App Store, it has to be linked against the system Tcl/Tk frameworks because Tk uses internal/private API calls. (You can't submit an app that makes such calls directly, but apparently system-installed libraries are exempt.) My last build of Python linke

Re: [Pythonmac-SIG] Re-linking app with system Tk frameworks

2013-01-28 Thread Ronald Oussoren
On 28 Jan, 2013, at 14:26, Kevin Walzer wrote: > Hi, > > To deploy my Tkinter app to the Mac App Store, it has to be linked against > the system Tcl/Tk frameworks because Tk uses internal/private API calls. (You > can't submit an app that makes such calls directly, but apparently > system-in