Re: [Pythonmac-SIG] problem trying to use aemreceive with Tkinter app

2005-12-02 Thread Nicholas Riley
On Thu, Dec 01, 2005 at 02:45:10PM -0600, Kennedy, Andrew (GE Healthcare) wrote: > I'm trying to use aemreceive to process AppleEvents in a > Tkinter-GUI'd Python app. I have been able to use argvemulator.py > from plat-mac to handle double clicking on a file and having it open > in the applicati

[Pythonmac-SIG] problem trying to use aemreceive with Tkinter app

2005-12-02 Thread Kennedy, Andrew (GE Healthcare)
Hi folks, I'm trying to use aemreceive to process AppleEvents in a Tkinter-GUI'd Python app. I have been able to use argvemulator.py from plat-mac to handle double clicking on a file and having it open in the application automatically. I'm now trying to catch 'ocon' and 'odoc' AppleEvents wit