On 10/17/2011 02:15 PM, David Cortesi wrote:
This seems to be a rather FAsked question, based on googling that
error string. Not FAnswered, however, altho it is probably relevant
that on this list in August, Ronald Oussoren wrote, "The py2app
repository contains a version of the argv emulator that works in
64-bit mode. I have to rebuild the executable stubs on a 10.6 system
with Xcode 3 before I can release that version, that should hopefully
happen later this week."

I am trying to package a PyQt4 app on snow leopard. There would seem
to be no way around needing argv emulation, as a QApplication is
necessary and it requires sys.argv.

I am using what should be the latest py2app (0.6.3), installed today.
I tried  arch -i386 python setup.py py2app but the same error message
appeared.

Any suggestions or comments appreciated.

Try the 0.6.4 pre-release version from https://bitbucket.org/ronaldoussoren/py2app In that version, argv_emulation has worked for me (and others on this list) in 64-bit. I have recently (today) used argv_emulation with --argv-inject to quickly and easily create multiple app bundle versions from a single base.

  Please let us all know whether or not this version works for you.

--
Sean Robinson
Laboratory Technician
Physics Astronomy Geology
sean.robin...@sccmail.maricopa.edu
_______________________________________________
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