If like me, you are developing Django applications on a Mac, you will probably face a few issues when upgrading to Lion. In my case, I haven’t even upgraded, I decided to wipe it all out and start from a [...]
Latest Post
Mac OS X Lion: Install the Python Image Library (PIL)
First make sure you have lib jpeg install for JPEG handling 123456$ curl -O http://www.ijg.org/files/jpegsrc.v8c.tar.gz $ tar zxvf jpegsrc.v8c.tar.gz $ cd jpeg-8c/ $ ./configure $ make $ sudo make install Then I use pip to install PIL 1$ sudo pip [...]


