Re: [Pythonmac-SIG] [py2app] - error: argv-emulation is not supported for 64-bit executables

2011-10-18 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] disableRelaunchOnLogin and PyObjC

2011-10-18 Thread Ronald Oussoren
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