1

Please help me with the process needed to convert a python script to a windows executable. On some web links I did find tutorials that mentioned using py2exe. However, i did not fins a version of py2exe that is compatible with python 3.3.2.

Is there any other way of creating a windows executable from python script written in version 3.3.2 ?

Please note that I need to run the executable on windows 7 x64.

1 Answer 1

2

I found following useful links and cx_Freeze worked like a charm with a python script written in python 3.3.2. Thanks to all for providing the useful information.

Useful links:

  1. Useful replies for converting python script in 3.3.2 to windows executable.
  2. Download cx_Freeze and see relevant documentation.
  3. Once cx_Freeze is installed, use this link for other instructions.
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.