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

2012-05-30 Thread Ronald Oussoren
On 29 May, 2012, at 2:14, Michael O'Donnell wrote: > 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,

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

2012-05-30 Thread Kevin Walzer
On 5/30/12 3:12 AM, Ronald Oussoren wrote: IDLE can be opened by double clicking on python files, the code I linked to should be responsible for implementing this. Also, the argv_emulation code uses the openDocument event to do its work (argv_emulation basicly runs a Carbon event loop until it h

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

2012-05-30 Thread Kevin Walzer
IDLE can be opened by double clicking on python files, the code I linked to should be responsible for implementing this. Also, the argv_emulation code uses the openDocument event to do its work (argv_emulation basicly runs a Carbon event loop until it has received some openDocument events or un