jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Not able to import module "win10toast" #64

Closed Christoph1987 closed 4 years ago

Christoph1987 commented 4 years ago

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'