Re: [Pythonmac-SIG] Problems with /Library/ScriptingAdditions/Adobe Unit Types.osax

2012-06-06 Thread Kevin Walzer
On 6/5/12 10:36 PM, William R. Wing (Bill Wing) wrote: But, to be sure I understand… Is the reason I hadn't run into this problem earlier simply because Tk and wx need to check in with Apple Events so they can get things like mouse clicks, whereas more basic Python scripts don't? If you post

Re: [Pythonmac-SIG] Problems with /Library/ScriptingAdditions/Adobe Unit Types.osax

2012-06-06 Thread William R. Wing (Bill Wing)
On Jun 6, 2012, at 9:56 AM, Kevin Walzer wrote: > On 6/5/12 10:36 PM, William R. Wing (Bill Wing) wrote: >> But, to be sure I understand… Is the reason I hadn't run into this problem >> earlier simply because Tk and wx need to check in with Apple Events so they >> can get things like mouse clic