[Pythonmac-SIG] no app found

Kevin Walzer kw at codebykevin.com
Thu May 19 22:53:04 CEST 2011


On 5/19/11 3:54 PM, Carl Aksynczak wrote:
> Thanks for your answer Russell,
>
> I did what you wrote for py2app and It works well for Mac OS 10.4 (power pc)
>
> But an other thing appends when I've try to build on 10.6. I get a 64
> bit error. I've change the var VERSIONER_PYTHON_PREFER_32_BIT to yes.
> And still not compiling. This is an issue because argv_emulation is set
> to true.
>
> Thanks
>
> Carl
>

IIRC, argv_emulation doesn't work in 64-bit because it depends on 
deprecated API's in Carbon that were not ported to 64-bit.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Pythonmac-SIG mailing list