Hi there, We'll be using PIL for the coding problem tonight. You might want to have it installed. If you have pip, it's simply:
pip install pil If you're on a Mac, and you get some crazy compile error, you might try this: export ARCHFLAGS='-arch i386 -arch x86_64' pip install pil cheers -- James -- James Cooper http://blog.bitmechanic.com/
