Re: [Pythonmac-SIG] Status of PyObjC port to Intel OS X

2006-05-17 Thread Piet van Oostrum
> Daniel Lord <[EMAIL PROTECTED]> (DL) wrote: >DL> Question for the group: if I modify the environment through os.environ >DL> ['PATH'], will Finder applications pick that up or is it just for the >DL> shell? Yes I need to RTFM and try it, but this is a stream-of- >DL> consciousness email

Re: [Pythonmac-SIG] Status of PyObjC port to Intel OS X

2006-05-17 Thread Daniel Lord
On May 17, 2006, at 2:33, Piet van Oostrum wrote: >> Daniel Lord <[EMAIL PROTECTED]> (DL) wrote: > >> DL> Question for the group: if I modify the environment through >> os.environ >> DL> ['PATH'], will Finder applications pick that up or is it just >> for the >> DL> shell? Yes I need to R

[Pythonmac-SIG] customize distutils universal extension build?

2006-05-17 Thread William Kyngesburye
Is there some way to customize or override the build flags for building a Python extension (a C library wrapper)? My main problem is that it adds the -g debug flag, ballooning the size of the module. I want to build WITHOUT the -g flag. Here's what I get from running the setup.py for the ext