import _tkinter # If this fails your Python may not be configured for Tk
Some initial information: I have windows 10 on my computer and all programs are 64-bit versions. I'm writting a game in python (3.6.1) using tkinter and now I would like to convert it to .exe. I have used cx_freeze (5.0.1) and it made the build, but when I try to open the game a window opens and then closes immediately. Therefore I tried to open it via cmd and the following error pops up: File "sliks.py", line 1, in <module> File "C:\Users\Tinka\AppData\Local\Programs\Python\Python36\lib\tkinter\__init__.py", line 36, in <module> import _tkinter # If this fails your Python may not be