Re: [Pythonmac-SIG] Setting the Screen Saver

2006-07-18 Thread has
Simon Brunning wrote: > Is there a way of setting the OS X screen saver using Python? > > The System Preferences ap looks like it's AppleScript (and hence > appscript) drivable, but I can't work out how to make it actually > change any settings. System Preferences' scripting support is rudimentar

[Pythonmac-SIG] Setting the Screen Saver

2006-07-18 Thread Simon Brunning
Is there a way of setting the OS X screen saver using Python? The System Preferences ap looks like it's AppleScript (and hence appscript) drivable, but I can't work out how to make it actually change any settings. I've also found the screen saver plist, but it's binary rather than XML, so I'd rat