Re: [Pythonmac-SIG] py2app query from a naif

2010-05-29 Thread Christopher Barker
William R. Wing (Bill Wing) wrote: I know from reading other py2app exchanges on this list that I can't distribute Apple's binary, and eventually I'll have to replace it with one from python.org, but I'd like to get py2app running before I tackle that hurdle. What am I missing? Can anyone pl

[Pythonmac-SIG] py2app query from a naif

2010-05-29 Thread William R. Wing
I'm trying to get py2app working so I can distribute a python application I've written for OS-X. I finally succeeded in getting py2app to run to completion with no errors, and it produces an output bundle with the right name and a cute icon. The recipe for success in getting that far was to ov