Relative Content

Tag Archive for pythonlinuxwindowstkinterprogress-bar

Tkinter progress bar works on Linux but not on Windows

I wrote the following basic code sample that creates a main window with a button. When the button is pressed a second window with a progress bar should appear and stay open until the progress is complete. This works fine on Linux but on Windows the second window appears blank with no progress bar. Given that this will be part of an application that runs on Windows. What should I do? Is this a bug or what’s going on?