Re: [Pythonmac-SIG] Python 2.6 / appscript 0.18.1 DeprecationWarnings fix

2008-10-29 Thread has
Florian Höch wrote: I hope this is the correct place to send patches to :) As a general rule, best to submit patches directly to the project in question; saves cluttering up discussion lists. (The appscript project doesn't have a bug/patch tracker set up, but you can email patches direct

Re: [Pythonmac-SIG] appscript and launching apps from "background-only" Python processes

2008-10-29 Thread Bill Janssen
Ned Deily <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, Bill Janssen <[EMAIL PROTECTED]> > wrote: > > > I'm starting a Python daemon using SystemStarter, and in it I'm using > > appscript to launch an app (Entourage). I get the following error: > > > > CantLaunchApplicationErro

Re: [Pythonmac-SIG] appscript and launching apps from "background-only" Python processes

2008-10-29 Thread Bill Janssen
Ned Deily <[EMAIL PROTECTED]> wrote: > Also note that in 10.4, Apple introduced launchd which is intended to > replace the various startup mechanisms including SystemStarter. launchd > includes the capability to define system-wide as well as per-user > LaunchAgents (triggered by various condit