If you're on windows, go grab the precompiled binaries. Compiling PIL from
scratch on windows is a huge PITA.
http://www.pythonware.com/products/pil/
--
--Leo
James Cooper wrote:
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/