Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-06-02 Thread Kevin Walzer
You may need to initialize the create command bits later in the app to avoid the open doc event getting swallowed up during startup... Sent from my iPhone On May 31, 2012, at 7:47 AM, "Michael O'Donnell" wrote: > Hi Kevin, Ronald, > > I must be missing something. I have inserted the discuss

Re: [Pythonmac-SIG] py2app bug with argv_emulation=True

2012-06-02 Thread Kevin Walzer
On 6/2/12 9:24 PM, Michael O'Donnell wrote: Kevin, Seems we are not understanding each other. When a user double clicks on a document associated to the app, the app is launched. With argv emulation, I could read sys.argv to find which document was clicked on. With openDocument events, the do