Created
          August 12, 2008 04:38 
        
      - 
      
- 
        Save trey/5005 to your computer and use it in GitHub Desktop. 
    Getting Python Imaging Library (PIL) working on Leopard
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # http://emmby.blogspot.com/2008/05/installing-python-pil-on-mac-os-x-1052.html | |
| sudo port install py25-pil | |
| # In ~/.bash_login | |
| export PYTHONPATH="/opt/local/lib/python2.5/site-packages:$PYTHONPATH" | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment