Forum Discussion
hammerpocket
16 years agoVisitor
"el.wubo" wrote:
Have any of the mac users out there managed to get PIL working?
I tried that terminal command you posted, but got an error. This is what happened:
Macintosh:~ eric$ sudo easy_install --find-links http://www.pythonware.com/products/pil/ Imaging
Password:
Searching for Imaging
Reading http://www.pythonware.com/products/pil/
Best match: Imaging 1.1.7
Downloading http://effbot.org/downloads/Imaging-1.1.7.tar.gz
Processing Imaging-1.1.7.tar.gz
Running Imaging-1.1.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qujt_s/Imaging-1.1.7/egg-dist-tmp-TQ3HTj
--- using frameworks at /System/Library/Frameworks
unable to execute gcc: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit status 1
I'm not sure from that error message what file or directory is missing. Any insight?