rumps icon indicating copy to clipboard operation
rumps copied to clipboard

rumps.alert crashes app if called from cli

Open JoshPaulie opened this issue 1 year ago • 0 comments

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

JoshPaulie avatar Jun 19 '24 15:06 JoshPaulie