I made a program with python and I want to turn it into an .exe file. I typed that command from the command prompt (cmd):
pyinstaller --onefile --noconsole script.py
I used Tkinter in my script. When I run the .exe file, a window didn't appear. How can I solve it?
@Charitoo I'm using Windows 7 32bit, Python 2.7.3