On 23 Mar, 2011, at 20:21, hst...@notes.cc.sunysb.edu wrote:
> I am currently working with XCode 4 and PyObjC. Despite the earlier warning,
> XCode 4's interface builder supports python.
> So, for example, objc.IBOutlet() and @objc.IBAction are showing up as outlets
> and actions for making c
I am currently working with XCode 4 and PyObjC. Despite the earlier
warning, XCode 4's interface builder supports python.
So, for example, objc.IBOutlet() and @objc.IBAction are showing up as
outlets and actions for making connections in
interface builder. I also have no problems importing clas
On 24/02/11 09:31, Ronald Oussoren wrote:
There are probably good technical reasons why it is no longer
easy to support scripting languages in IB, but the new behavior
sucks nonetheless.
One last thought: did you try AppleScriptObjC? It's a PyObjC-style
bridge introduced in 10.6 with project
On 24 Feb, 2011, at 10:16, has wrote:
>
>
>> The BridgeSupport project is a mess, the specification is too lax to be
>> useful.
>
> Not the first time I've heard this criticism, but there are enough
> bridge and runtime developers around these days that they ought to be
> able to pull togethe
Ronald Oussoren wrote:
>>> Unbelievable. Apple's "scripting bridge" push,
>>
>> You mean BridgeSupport
>
> There's also the Cocoa Scripting Bridge
Folks often use 'scripting bridge' to mean 'scripting language to ObjC
bridge' (PyObjC, RubyCocoa, etc). The misleadingly named Scripting
Bridge is Ap
On 23 Feb, 2011, at 17:48, has wrote:
> Kevin Walzer wrote:
>
> On 2/22/11 8:27 AM, Ronald Oussoren wrote:
>>
>>> Don't install Xcode 4 when you use PyObjC for your GUIs and want to use
>>> Interface Builder. The Interface Builder that's included with Xcode 4 no
>>> longer supports Python.
>
On 22 Feb, 2011, at 17:04, Kevin Walzer wrote:
> On 2/22/11 8:27 AM, Ronald Oussoren wrote:
>>
>> Don't install Xcode 4 when you use PyObjC for your GUIs and want to use
>> Interface Builder. The Interface Builder that's included with Xcode 4 no
>> longer supports Python.
>>
>> I've filed a
On 2/22/11 8:27 AM, Ronald Oussoren wrote:
Don't install Xcode 4 when you use PyObjC for your GUIs and want to use
Interface Builder. The Interface Builder that's included with Xcode 4 no
longer supports Python.
I've filed a bug in Apple's tracker, but I have no idea if that will have any
e