Category "py2exe"

How to suppress TASKILL output in python os module

I am trying to create a close button for my tkinter application without using the sys module. I implemented this: os.system("TASKKILL /F /IM main.exe") and con

Why can't I create an executable from my Python script?

I tried to convert my Python script CHAP.py into an executable with py2exe in Python 3.10. This is what happens: C:\Users\MiDy1\source\repos\CHAP_2> python s