Re: [Pythonmac-SIG] PyObjC ScreenSaver on 10.7

2012-12-26 Thread Ronald Oussoren
On 26 Dec, 2012, at 5:33, "Berg, Stuart" wrote: > Greetings, > > I'm new to PyObjC, but it looks great. I can run basic examples, but the > ScreenSaver example in the docs doesn't seem to work on 10.7: > http://packages.python.org/pyobjc/examples/ScreenSaver/SillyBallsSaver/index.html > > So

[Pythonmac-SIG] pyobjc status and future

2012-12-26 Thread Ronald Oussoren
Hi, Early november I finally got a new release of PyObjC out (version 2.4), and unless an unexpected problem crops up there will be another release (2.5) next Sunday. Version 2.5 will re-add some functionality that accidently got dropped in the 2.4 release (in particular the support for BridgeS

Re: [Pythonmac-SIG] PyObjC ScreenSaver on 10.7

2012-12-26 Thread Berg, Stuart
Hi Ronald, > The screensaver framework should work just fine, but only if the bundle > contains 64-bit code. > > What is the output of 'file SillyBalls.saver/Contents/MacOS/SillyBalls' ? I have two versions of python, so I'll try this twice. First with the built-in version: $ which python /us

Re: [Pythonmac-SIG] PyObjC ScreenSaver on 10.7

2012-12-26 Thread Berg, Stuart
One more note. I came across this link yesterday: http://developer.apple.com/library/mac/#qa/qa1666/_index.html How do I make sure that the ScreenSaver bundle I've created with py2app uses the correct garbage collection setting? Is there a way to specify GCC_ENABLE_OBJC_GC=required from setup.

Re: [Pythonmac-SIG] PyObjC ScreenSaver on 10.7

2012-12-26 Thread Berg, Stuart
Hi Ronald, Still trying to crack this nut…. If I open the screensaver from the command line using the System Preferences app, I get this error. It doesn't seem to happen with other screensavers (e.g. if I build the original (objective-c) SillyBalls screensaver, there are no errors. $ /Applic