I'm on Windows 10 trying to update someone's file to Python 3. In any case, I cannot import Pillow with import PIL
, despite having the proper version installed and having uninstalled and reinstalled the library. What can I do? How can I discover the source of the problem?
I briefly tried installing Python 2; I hope this did not mess up my system or anything.
UPDATE: This issue occurs only in the Thonny IDE, not in the Python shell or IDLE.