Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-03-29 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-03-29 Thread hstrey
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-28 Thread has
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-24 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-24 Thread has
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-23 Thread Ronald Oussoren
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. >

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-22 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] a word of warning for pyobjc users

2011-02-22 Thread Kevin Walzer
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