Re: py2app .app crashes... but only when downloaded (quarantine)

Kevin Walzer <[email protected]> Thu, 2 Feb 2017 20:31:00 -0500
Newsgroups gmane.comp.python.apple
Organization WordTech Communications LLC
Message-ID <[email protected]>
On 2/2/17 10:22 AM, Jack Jansen wrote:
> My guess is that this could be caused by some early dialog that triggers a bug in your initialization code, or more precisely: the order in which you initialize things.

I think Jack's diagnosis is sound. I see you are linking to the system 
Tk on Mac OS, which is very old and buggy in terms of event loop 
integration; these kinds of overloads were not uncommon with that 
version (8.5). Try updating your build to 8.6.6 and see what happens; 
it's a lot more stable.

--Kevin

-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com

_______________________________________________
Pythonmac-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG