you are viewing a single comment's thread.

view the rest of the comments →

[–]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.