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  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to