jaredks / rumps

Ridiculously Uncomplicated macOS Python Statusbar apps
BSD 3-Clause "New" or "Revised" License
3.06k stars 177 forks source link

rumps.alert crashes app if called from cli #213

Open JoshPaulie opened 2 weeks ago

JoshPaulie commented 2 weeks ago

Have an odd situation where rumps.alert("test") works after the application is "built" (bundled with Py2App), but freezes the app when I try to run the app from the cli (i.e. python main.py)

The "frozen" app isn't exitable with Ctrl+D, and seems to be waiting for rumps.quit_application