Thank you. So here the command :

Arths-MacBook-Pro:~ arthbous$ grep isysroot
/Library/Frameworks/Python.framework/Versions/Current/lib/python2.6/config/Makefile
BASECFLAGS=    -arch ppc -arch i386 -isysroot
/Developer/SDKs/MacOSX10.4u.sdk  -fno-strict-aliasing -fPIC -fno-common
-dynamic
LDFLAGS=    -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
            -isysroot "${UNIVERSALSDK}" \

But I have 2 pythons installed, the 2.6.1 from xcode of apple and the one I
compiled myselft 2.6.2 in /usr/local/. Which one is in this Library ?

Arthur

On Fri, Sep 25, 2009 at 1:27 PM, Robert Kern <[email protected]> wrote:

> On Fri, Sep 25, 2009 at 12:24, Arthur Bousquet <[email protected]>
> wrote:
> > Sorry about that.
> >
> > I typed in the Terminal "grep isysroot" and it is like nothing is
> happening.
> > The terminal is still working but does not give any response.
>
> Ah, sorry about that. The command got wordwrapped. Cancel that command
> using Ctrl-C. Type the following, all on one line:
>
> grep isysroot
> /Library/Frameworks/Python.framework/Versions/Current/lib/python2.5/config/Makefile
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>  -- Umberto Eco
> _______________________________________________
> NumPy-Discussion mailing list
> [email protected]
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to