I have the same problem. For me, it looks like an error in the PIL easy_install process. The library is installed, but you must leave the PIL from the import (aka import Image works), which is obviously wrong.
To solve the problem, do not use easy_install to complete the installation. Download the tar package and python setup.py install it. This will work.
Stefano borini
source share