Hello,

I'm having an issue where when using my pyinstaller exe, after my script 
finishes running through it gets restarted, I'm not seeing that behavior in 
PyCharm when I run the script in there.

My script is structured as follows:

1) Tkinter GUI root that is hidden
2) Tkinter popupwindow for login credentials
3) Tkinter GUI root comes back up and calls main script with threading
4) Main script does some API calls and updates a progress bar on main GUI
5) When Main script finishes, it calls root.quit() for the GUI

This works just fine in Pycharm, however with the executable, after the 
main script finishes, the popup window for the login credentials pops back 
up. If I close it something writes out in the console and it closes super 
fast, I tried capturing screenshots of it but I'm not quick enough to do so.

Any guidance on what I may be doing wrong or missing would be greatly 
appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/baac1abc-daea-4463-b543-19d84a84925eo%40googlegroups.com.

Reply via email to