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
'
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
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