How-to articles, tricks, and solutions about EASY-INSTALL
ImportError: No module named PIL
Here is a code snippet that demonstrates how to catch the "ImportError: No module named PIL" error:
Why use pip over easy_install?
Pip is generally preferred over easy_install because it offers a number of features that easy_install does not, including better package management and more user-friendly command options.