I'm trying to use the module Wand
and when I import it from shell it works just fine. But when I try to use it on my IDE (PyCharm) it simply says there's no such module. I have no idea why.
$ python
>>> import wand
But on the IDE, if I try to import wand it simply says No module named wand