Relative Content

Tag Archive for pythonpython-3.xmultithreadingtkintercustomtkinter

Why does my python program start another instance of itself at a button click?

Every time I click a button in the app I am currently working on, the program goes to “no response” and then launches another instance of itself while the old one is still active. I don’t know how or why because while having it run inside the IDE it works. As soon as I pack it with auto-py-to-exe, it does this.