jaredks / rumps

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

debug after app creation weird #171

Open high-solutions opened 2 years ago

high-solutions commented 2 years ago

When I make an app with pyinstaller I can create 2 kind of apps. One without the console and one with console. In Pycharm everything works fine with console open, I can create alerts and windows and all works fine.

but after app creating I can't use these, the popup from the windows give always focus to the terminal (so text what needs to be inputted in the window will appear in the terminal/command line instead) Also the "ok" and "cancel" buttons are not working.

It would be nice to have a dumb app (and that's working fine) but I would also like to share the same app with the terminal so some more expierenced users can see whats going on (it's a small server with incomming and outgoing messages, in the console you can see what's comming in and going out)

any idea how to solve this?