On 18 Oct, 2011, at 1:56, David Cortesi wrote:
> Thank you, that sounds good. I have downloaded it, and now have the
> folder py2app, but the relationship between that and setup.py is not
> clear to me. I was blindly following the instructions in the py2app
> doc, e.g. "sudo easy_install -U py2ap
On 6 Oct, 2011, at 19:07, Mel Walker wrote:
> I have a utility application that should not be relaunched on login, so I
> figure I'd better call [NSApp -disableRelaunchOnLogin] in the code, as
> recommended for 10.7. The problem I'm having is that the code runs back to
> 10.5. In Objective-C I