Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ImportError: No module named pynotify. While the module is installed

So this error keeps coming back.

Everytime I try to tun the script it returns saying:

Traceback (most recent call last):
  File "cli.py", line 11, in <module>
    import pynotify
ImportError: No module named pynotify

The strange thing is, I just installed this plugin. I also restarted command prompt already, even the computer.

But nothing, if anyone could help me out here that'd be great!

like image 968
Olav Alberts Avatar asked Nov 24 '14 01:11

Olav Alberts


1 Answers

Try this:

pip install py-notify

It worked for me.

like image 105
Kalyan Ram Avatar answered Oct 19 '22 04:10

Kalyan Ram