[Pythonmac-SIG] Troubles with pygame+py2app to get icon

2008-12-18 Thread Pierre-Alain Dorange
Hi, I got a trouble to have an icon to the Mac bundle of my little game using py2app. The bundle is correct but the icon is not set, always got the default pygame icon. The icon file is copied and put in the bundle by py2app (in ressources/english.lproj but the info.plist set CFBundleIconFile to '

Re: [Pythonmac-SIG] appscript Python script preventing logout

2008-12-18 Thread Bill Janssen
has wrote: > copy Python.app's executable (.../Python.app/ > Contents/MacOS/Python) to /usr/local/bin/pythonb and use that to run > your scripts. Ah! That sounds easy. I'll try it. > aemreceive's sfba module lets you run an event loop, which you need to > handle any sort of incoming events, a

Re: [Pythonmac-SIG] appscript Python script preventing logout

2008-12-18 Thread has
Bill Janssen wrote: I'm having a bit of a problem with a Python script I'm running. It sits in a loop and periodically asks "System Events" what's going on, via appscript. The use of appscript turns it into a "foreground process", Yes, this is annoying and unnecessary behaviour; the proble