Re: [Pythonmac-SIG] new subscriber

2011-12-19 Thread David Cortesi
But just take pains to be clear include sample code to illustrate your question and somebody will usually answer. (Also, stackoverflow.com is a good place to look for answers.) Re the mac, none of the non-Apple python installs (i.e. from ActiveState or python.org) will deliberately override the

[Pythonmac-SIG] [py2app] help interpreting py2applet messages

2011-10-20 Thread David Cortesi
Using the latest (20 Oct tip) version of py2app, using py2applet to build with this command, py2applet ../src/ppqt.py ../ppqt-mac/Marvin.icns all appears to run without error, and a bundle is built (with the icon), but it dies when executed with the console message, ImportError:

[Pythonmac-SIG] [py2app] - error: argv-emulation is not supported for 64-bit executables

2011-10-17 Thread David Cortesi
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

Re: [Pythonmac-SIG] [py2app] - error: argv-emulation is not supported for 64-bit executables

2011-10-17 Thread David Cortesi
Thank you, that sounds good. I have downloaded it, and now have the folder py2app, but the relationship between that and setup.py is not clear to me. I was blindly following the instructions in the py2app doc, e.g. sudo easy_install -U py2app etc, but I can't find where that actually stashed