Re: [Pythonmac-SIG] Xcode build button disabled, plus build failure

2005-09-19 Thread Jeffrey E. Forcier
Greets all, Just started learning PyObjC/Cocoa/XCode/IB over the past week, and ran into the same issue. Turns out that just creating a Custom Executable pointing at the py2app build location will do the trick. Also, I ran into an issue where any default PyObjC project will fail on build (e

Re: [Pythonmac-SIG] Xcode build button disabled

2005-09-17 Thread Jonathan 'Wolf' Rentzsch
Mark Baxter, [EMAIL PROTECTED], wrote: >This is the mean and median program? That's the one :-) >I had that issue and I still haven't solved it. Downloading the >project from Apple's site gave me a fully working version but the one >I had typed in (and use Interface Builder for) just would no

Re: [Pythonmac-SIG] Xcode build button disabled

2005-09-17 Thread Mark Baxter
On Sep 17, 2005, at 12:29 PM, Jonathan 'Wolf' Rentzsch wrote: > Greetings all, > > I've been getting reports from folks who try the PyObjC tutorial at > . They install the 1.3.7 > installer and attempt to follow along, but they get a disable build > b

[Pythonmac-SIG] Xcode build button disabled

2005-09-17 Thread Jonathan 'Wolf' Rentzsch
Greetings all, I've been getting reports from folks who try the PyObjC tutorial at . They install the 1.3.7 installer and attempt to follow along, but they get a disable build button in Xcode. I didn't get this on my machine, has anyone else run in