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

[Pythonmac-SIG] appscript Python script preventing logout

2008-12-16 Thread Bill Janssen
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", in the terminology used in http://developer.apple.com/DOCUMENTATION/MacOSX/Conceptual/