Re: [Pythonmac-SIG] xcode problems

2006-10-22 Thread Jerry
On Oct 20, 2006, at 12:26 AM, Ronald Oussoren wrote: >> >> Noted. I am at the moment trying TextWrangler for editing Python. >> May be I will >> revert to Idle. >> [rant] >> It is a shame, though. Xcode is a great python environment, as far >> as my >> experience goes. It would be far more us

Re: [Pythonmac-SIG] how to avoid GUI launcher launching?

2006-10-22 Thread has
On 22 Oct 2006, at 09:01, Ronald Oussoren wrote: >> I'd really like to find a way to stop that annoying GUI launcher >> starting up every time folk use appscript in Python 2.4+. [...] >> What exactly >> is the hair-trigger on that thing, and any ideas how I can suppress >> it/route around it? >

Re: [Pythonmac-SIG] how to avoid GUI launcher launching?

2006-10-22 Thread Ronald Oussoren
On Oct 21, 2006, at 10:24 PM, has wrote: Hi all, I'd really like to find a way to stop that annoying GUI launcher starting up every time folk use appscript in Python 2.4+. It appears that calls to the GetNextProcess and LaunchApplication functions in aem.send.PSN are what's triggering it, but