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
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to