Re: [Pyobjc-dev] Attempt at writing Cocoa services with pyobjc
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-01-06 15:17:15
|
Dinu, The attached files implement a simple service. It implements two menu items, but only 'Evaluate expression' is functional at the moment. I wrote this several months ago, but never got around to finishing it. The problem your seeing with NSAutoreleasePool is a bug in the bridge caused by a feature of NSInvocation. Note that you don't have to create an autorelease pool. Ronald |