Compiler options wrong with python setup.py
        Posted  
        
            by John Smith
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John Smith
        
        
        
        Published on 2010-03-13T23:53:07Z
        Indexed on 
            2010/03/13
            23:55 UTC
        
        
        Read the original article
        Hit count: 498
        
I'm trying to install matplotlib on my mac setup. I find that setup.py has inaccurate flags, in particular the isysroot points to an earlier SDK.
Where does setup.py get its info and how can i fix it?
© Stack Overflow or respective owner