> 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
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
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