pyobjc
How to get selected item of NSOutlineView without using NSTreeController?
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[详细]
2022-12-20 12:59 分类:问答How do I make Interface Builder recognize IBOutlet/IBAction for new languages?
it\'s a theoretical question: suppose I come up with an outstanding new scripting language and want to make a Cocoa bridge for that.[详细]
2022-12-20 07:09 分类:问答PyObjC + Xcode 3.2 + Non-Apple Python
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[详细]
2022-12-19 19:39 分类:问答What are the downsides of using Python instead of Objective-C? [closed]
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[详细]
2022-12-18 11:45 分类:问答How to build a PyObjC project on Mac OS X 10.6, that runs 10.5?
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.[详细]
2022-12-17 04:35 分类:问答Downgrading to pyobjc 2.0 from pyobjc 2.2
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[详细]
2022-12-16 08:26 分类:问答IBoutlet with PyObjC and Interface Builder
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[详细]
2022-12-14 05:51 分类:问答`from QTKit import *` causes a 'FAILED TO establish the default connection to the WindowServer' in PyObjC application
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:[详细]
2022-12-11 15:43 分类:问答Install PyObjC on Python 2.6 on OS X 10.5?
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.[详细]
2022-12-10 17:23 分类:问答ImportError: No module named Foundation
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:[详细]
2022-12-09 20:18 分类:问答