Attribute Error while using cx_Freeze
问题 while creating exe of my python game . I got the following error my code in setup.py is import cx_Freeze import os os.environ['TCL_LIBRARY'] = "C:\\Users\Vinayak Singla\\Appdata\\Local\\Programs\\Python\\Python36-32\\tcl\\tcl8.6" os.environ['TK_LIBRARY'] = "C:\\Users\Vinayak Singla\\Appdata\\Local\\Programs\\Python\\Python36-32\\tcl\\tk8.6" executables = [cx_Freeze.Executable("pong.py")] cx_Freeze.setup( name="Pongy", options={"build_exe": {"packages":["pygame","sys","random","time"],"include