When I try to run "spritesheet-artifact-fixer.py" from the terminal, I get:
-----------------------
Image module not found. Download it from: http://www.pythonware.com/products/pil/
Traceback (most recent call last):
File "spritesheet-artifact-fixer.py", line 18, in <module>
import Image
ImportError: No module named Image
-----------------------
Being a recent Mac convert, I need some basic instruction on installing the Python Imaging Library on Snow Leopard.