I have a small problem. I cant use the Module 'PIL'.
After I execute my program, I get the following Error message:
Traceback (most recent call last):
File "myProjektpath", line 3, in <module>
from PIL import Image
ModuleNotFoundError: No module named 'PIL'
I want to import an image in my program, and I only find the option to do this with PIL.