I am trying to work with PIL in my project but the pydev can\'t seem to find it in my project. First of all I can see it when I enter the python shell, I can import it and I see
Try to go to Window -> Preferences -> Pydev-> Interpreter -> Python Interpreter -> Forced Builtins
tab.
Then add a PIL
entry and apply.
I've had the same unresolved import
error when tried to import from this particular package (other packages worked fine), and found this information which finally helped me.