You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: