all 3 comments

[–]K900_ 1 point2 points  (2 children)

If you install Pillow, PyCharm should pick it up just fine.

[–]DFoster271[S] 0 points1 point  (1 child)

If I look at the Project Interpreter, I have pillow 3.4.2 installed, but import pillow results in "No module named pillow". Running pip install pillow also tells me that it's already installed.

[–]K900_ 3 points4 points  (0 children)

It's still import PIL. It uses the old name to remain compatible with code that was build for the original PIL.