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