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!
You are most likely looking for
pyinotifynotpynotify. That should fix your ImportError.