python - I have installed pil with conda but when I try to import it, it says no module exists -


enter image description here

i have installed pil conda when try import it, says no module exists.

have tried import module in uppercase?

in [3]: import pil --------------------------------------------------------------------------- importerror                               traceback (most recent call last) <ipython-input-3-2fdcc9532329> in <module>() ----> 1 import pil  importerror: no module named pil  in [4]: import pil  in [5]: pil out[5]: <module 'pil' '/usr/lib/python2.7/site-packages/pil/__init__.pyc'> 

Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -