brary/Frameworks/frameworkgoeshere.framework/Versions/A/Resources/BridgeSupport/PyObjC.bridgesupport')
objc.parseBridgeSupport(f.read(),
globals(),"/Library/Frameworks/frameworkgoeshere.framework")
On Tue, Jan 19, 2010 at 12:41 PM, Ben Jack wrote:
> Hi there,
> I am currently del
Hi there,
I am currently delving into pyObjC, but have been running into some
difficulty's with using the bridgesupport files for the framework I am
using.
I have the basics working using objc selectors for example if I have a
delegate function buttonChanged_isPressed_ (int1, int2) :
buttonChanged_