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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: