Re: [Pyobjc-dev] ScreenSaver Example
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-11-04 10:16:54
|
On 4 nov 2003, at 11:00, Dinu Gherman wrote: > Jason Toffaletti: > >> Hello everyone, I just joined the mailing list so I can hopefully >> become involved in the development of PyObjC. I am fairly new to >> Python, but it is already my language of choice. I put together an >> example screensaver in PyObjC, which I hope can be included with the >> rest of the Examples. >> http://illadvised.com/~jason/SillyBallsSaver.zip > > Interesting! I've written screensavers before in ObjC, so I'm > interested in this one, but I can't get it to work. Could you > explain, please, what's needed to make it run? It works for me (TM). There's a buildplugin.py script in the archive, run 'buildplugin build' and then 'open build/SillyBalls.saver'. On Panther you'll get a message that the saver should be installed first, and System Preferences will install it for you. I don't know if this works on Jaguar, you may have to install it manually (in ~/Library/Screen Savers). Ronald |