Re: [Pythonmac-SIG] py2app .app crashes... but only when downloaded (quarantine)

2017-02-02 Thread Kevin Walzer
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,

Re: [Pythonmac-SIG] py2app .app crashes... but only when downloaded (quarantine)

2017-02-02 Thread Barry Scott
Is there any change if you use the latest py2app 0.11? Barry > On 30 Jan 2017, at 19:14, David A. Riggs wrote: > > I've got a bizarre issue here. I've built a .app with py2app 0.10 on my OS X > 10.9.5 machine using python.org Python 2.7.12. It's a > Tkinter application,

Re: [Pythonmac-SIG] Prevent python install editing .bash_profile

2017-02-02 Thread Barry Scott
> On 31 Jan 2017, at 21:19, Barry Scott wrote: > > >> On 31 Jan 2017, at 21:08, Ronald Oussoren wrote: >> >> >>> On 28 Jan 2017, at 17:42, Barry Scott wrote: >>> >>> Is it possible to prevent the editing of the shell profile when I install a >>> python kit? >>> >>> I keep having to delet

Re: [Pythonmac-SIG] py2app .app crashes... but only when downloaded (quarantine)

2017-02-02 Thread Jack Jansen
If I look at the stack trace (for thread 0, the thread that crashes) it seems that there’s a dialog posted from the mainline code (stack frames 29/30). This may be the thing that only happens because of the quarantaine, but I guess you’ll know that better. From there, a temporary runloop is crea

[Pythonmac-SIG] py2app .app crashes... but only when downloaded (quarantine)

2017-02-02 Thread David A. Riggs
I've got a bizarre issue here. I've built a .app with py2app 0.10 on my OS X 10.9.5 machine using python.org Python 2.7.12. It's a Tkinter application, with a relatively simple `setup.py`. The .app works beautifully when I build it and double-click it locally, and when I "sneaker net" it to a 10.10

[Pythonmac-SIG] py2app .app crashes... but only when downloaded (quarantine)

2017-02-02 Thread David A. Riggs
I've got a bizarre issue here. I've built a .app with py2app 0.10 on my OS X 10.9.5 machine using python.org Python 2.7.12. It's a Tkinter application, with a relatively simple `setup.py`. The .app works beautifully when I build it and double-click it locally, and when I "sneaker net" it to a 10.10