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] troubles with distutils

2005-09-19 Thread Ronald Oussoren
On 19-sep-2005, at 0:05, andrea valle wrote: (thanks) I tried both suggestions. Seems to change nothing. Here you have bash: 1. MACOSX_DEPLOYMENT_TARGET= python setup.py install Last login: Sun Sep 18 14:44:18 on ttyp1 Welcome to Darwin! apples-Computer:~ apple$ cd /Users/apple/Desktop

[Pythonmac-SIG] XCode autoindenting?

2005-09-19 Thread Jeffrey E. Forcier
Is it just me, or does XCode (any version; using 2.1) not properly autoindent Python? There's a section under Preferences dealing with autoindents, but no matter what I try, I can't get it to display your typical Python autoindent behavior (e.g. automatically indent upon pressing Enter afte

Re: [Pythonmac-SIG] XCode autoindenting?

2005-09-19 Thread Ronald Oussoren
On 19-sep-2005, at 19:25, Jeffrey E. Forcier wrote: Is it just me, or does XCode (any version; using 2.1) not properly autoindent Python? There's a section under Preferences dealing with autoindents, but no matter what I try, I can't get it to display your typical Python autoindent behavior (e.

Re: [Pythonmac-SIG] XCode autoindenting?

2005-09-19 Thread Jeffrey E. Forcier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sep 19, 2005, at 1:29 PM, Ronald Oussoren wrote: > What good Python support? AFAIK Python support in Xcode is limited > to syntax coloring. > > I'd like to see good Python support (not only autoindent but also > support for Python debugging), b