jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The "Say hi" menu choice from the example isn't working for me

garyrob opened this issue · comments

Running MacOS 10.15.7; Python 3.7.1 installed via Homebrew. Nothing happens when I select the "Say hi" menu choice from the statusbar menu that appears when I run the example code near the top of the rumps home page.

However, I can get a notification to show by running "rumps.notification("Awesome title", "amazing subtitle", "hi!!1")" right from the Python CLI.

Same here, but this answer works for me:
#130 last comment.

commented

Can confirm, on Monterey 12.2.1 -- Notifications not working unless focus is NOT on Python app. Compiling stand alone app works as expected.

As others have said, Notifications must be enabled.