2

I'm designing a Tkinter app in VsCode. When I convert it into a desktop app by using the cxfreeze method from py-auto-to-exe, they raise errors:

  1. msi file cannot install in the system
  2. if install cannot show in the system
  3. .exe file can run in my system but not in other systems: python error is raised

1 Answer 1

2

You should use pyinstaller.

Then run in cmd pyinstaller [your main file] -D --clean and run the exe file. It won't work if there are errors in your code.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.