Re: [Pythonmac-SIG] py2app: how to exclude pygame_icon.icns ?

2009-01-02 Thread Bob Ippolito
Unknown load command: 27 means it's seeing a load command (low level Mach-O stuff) that it doesn't understand, which is reasonable because I don't think I've updated the code since 10.4 or so and there are probably some new ones. I only really worked on py2app, etc.when I was building Mac apps, an

Re: [Pythonmac-SIG] py2app: how to exclude pygame_icon.icns ?

2009-01-02 Thread Joel Gluck
Hi Bob, Thanks for pointing me to the right place -- I was able to replace the pygame icon with my own as a temporary fix. I have two more questions (I know, you're not supporting py2app anymore, but you're basically the guru of this code so I thought I'd at least try to go directly to th

Re: [Pythonmac-SIG] python version confusion; can someone provide some clarity, please?

2009-01-02 Thread DavidW
Hi Gary - welcome to the list. This is a frequent question so a search of the archive might help, but here's my explanation: http://www.avatar.com.au/sonipy/pythonInstall.html HNY, David On 03/01/2009, at 11:20 AM, Gary Church wrote: Hello and happy new year! I'm new to python and to this

[Pythonmac-SIG] python version confusion; can someone provide some clarity, please?

2009-01-02 Thread Gary Church
Hello and happy new year! I'm new to python and to this list but am a happy several year convert to OS X (now using leopard). I hope this isn't some kind of noob question that upsets the subscribers to this list :-) I realize that leopard ships with its own python installation but that

[Pythonmac-SIG] py2app which version ?

2009-01-02 Thread Pierre-Alain Dorange
Hi, I just update my system (MacOS X 10.5) and now i got the default python 2.5.2. My software (a little game using pygame 1.8.1) works fine but when i create a bundle with py2app, the application crash at launch... I install the trunk i used before (0.4.2) but the application still crash. Looki