How do I get the selected item of an NSOutlineView with using my own data source. I see I can get selectedRow but it returns a row ID rel开发者_JAVA百科ative to the state of the outline. The only way
it\'s a theoretical question: suppose I come up with an outstanding new scripting language and want to make a Cocoa bridge for that.
I want to get started trying to develop a few simple applications with PyObjC. I installed PyObjC and the Xcode templates. I know that PyObjC itself works, since I\'ve run this script successfully. Wh
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? U开发者_JAVA百科pdate the question so it can be answered with facts and citati
I have a PyObjC project that I build on Mac OS X 10.6 with XCode 3.2 and I\'m not able to run on 10.5.
I accidentally installed pyobjc 2.2 with easy-install pyobjc, and it\'s causing problems: When I try to import it I get the error
I\'m writing a simple OSX app using Python and PyObjC. I designed the settings dialog using Interface Builder and I use ibtool to compile it, then load it from Python. The problem is how to access the
I\'ve been trying out PyObjC and I can\'t seem to get the QTKit imports to work.If I import QTKit like so: from QTKit import * I get a flood of errors:
OS X 10.5.8 came with Python 2.5, and had PyObjC already installed. I installed Python 2.6 from the python.org site, and PyObjC isn\'t there.
I am trying to follow the instructions for the accepted answer to \"PyObjC development with Xcode 3.2\". I will repost them here since I don\'t have enough rep to comment on the actual question: