Or use the "friendly" Pillow fork, http://pypi.python.org/pypi/Pillow -- /George V. Reilly [email protected] Twitter: @georgevreilly http://www.georgevreilly.com/blog http://blogs.cozi.com/tech
On Thu, Feb 9, 2012 at 3:08 PM, Leo Shklovskii <[email protected]> wrote: > 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/<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/ >> >
