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!

turns out I need to force python to run in 32bit mode, just needed to set the flag in python (can be found in man python for the *nix users).

Once that was set all went well, still can't run the app that was created, but I think I need to force the app to run in 32bit mode as well. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.