[Pythonmac-SIG] tkinter, py2app, and the console

Jon Rosebaugh chairos at gmail.com
Sun Nov 20 23:47:16 CET 2005


On 11/20/05, Brian Lenihan <brian_l at mac.com> wrote:
> I'm not sure really why this happens.  I work around it using something
> like this in the initialization code:
>
> if hasattr(sys, 'frozen'):
>          app.top.tk.call('console', 'hide')

Thanks, that worked wonderfully.


More information about the Pythonmac-SIG mailing list