I have PIL (Python imaging library) installed.
When I run Python:
import PIL import Image import _imaging
I don\'t get errors. Howe
On Windows, remove _imaging.pyd and _imagingft.pyd inside C:\Python27. Leave all _imaging modules inside the C:\Python27\Lib\site-packages\PIL folder.
It works for me.