ImportError: No module named PIL

I use this command in the shell to install PIL:

easy_install PIL

then I run python and type this: import PIL. But I get this error:

Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named PIL

I've never had such problem, what do you think?

← Назад к списку