Trying to build a simple python script on my mac, but the mac is 64 bit and apparently does not want to play nice. Does anyone know of any workarounds or if I am missing something?
command i am running is python setup.py py2app -A
output is:
error: argv-emulation is not supported for 64-bit executables
thanks!