Why is this simple python toast notification not working? -


i create simple toast notification using python v3.6 on windows10 machine.

i using python library.

https://github.com/jithurjacob/windows-10-toast-notifications/

i ran code below;

 win10toast import toastnotifier     toaster = toastnotifier()     toaster.show_toast("hello world!!!",                  "python awsm default!") 

all icon appearing @ bottom right. don't see message popping out. possible things can go wrong?

are there configuration settings in windows 10 disabled python toast notification?

the screenshot below shows tiny python icon @ bottom row appears when run python code. don't see message such hello world!!!","python awsm default! appearing. when mouse pointer hover on python icon, see word tooltip appearing.

enter image description here

here notification settings on windows 10.

enter image description here

i discovered solution question. toast notifications have been suppressed windows 10 action center. @ bottom right corner, click action center icon. pc, "quiet hours" setting turned on. after disable "quiet hours", toast notifications can appear.

the python library win10toast works fine after action center settings correctly set.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -