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

2012-05-28 Thread Ronald Oussoren
On 26 May, 2012, at 17:10, Chris Barker wrote: > On Fri, May 25, 2012 at 5:34 PM, Michael O'Donnell wrote: >> He found that if you set argv_emulation to False, the program >> worked as expected. >> >> NOW, I need argv_emulation, since a user might open my application by >> double clicking on a

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

2012-05-28 Thread Michael O'Donnell
Dear Ronald, Chris, > Perhaps argv emulation isn't the only way to support this. Does > > tkInter on the Mac Support the Mac-specific events? For example, > > wxPython has mac-specific events you can catch for files dropped on > > the app, or selected at startup -- so argv emulation isn't required