jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to import module "win10toast"

Christoph1987 opened this issue · comments

Hello,

I have installed the "win10toast" module using follwing command:

pip install win10toast

If I try to import the module using:

from win10toast import ToastNotifier

I keep getting this error:

ModuleNotFoundError: No module named 'win10toast'