Relative Content

Tag Archive for tkinterimportpyinstallerexepy2exe

Different Tkinter Style Using Pyinstaller

I have a python script that generates a window with some buttons made with tkinter. When I convert to executable and send to potential users that does not have python installed, their window has a different style than mine. I’ using tkinter.ttk and they see it what looks like a much older style, maybe tk, and not ttk.