ImportError: No module named pynotify. While the m

2020-07-10 03:04发布

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!

7条回答
Root(大扎)
2楼-- · 2020-07-10 04:03

If what you install is py-notify (http://home.gna.org/py-notify/), it should be:

import notify
查看更多
登录 后发表回答