0

I have been working a lot on python recently, mostly using IDE. Now I have a need to make a .exe program out of my code. Have tried cx_freeze but i couldn't understand what to do. So, if anyone could either give me a link to a good guide for begginers, or another easier .py to .exe program, I would be grateful. PS I am using Python 3.3.

1
  • 2
    There are also numerous other duplicates, including some that are 3.x-specific. Also, the ones from 4 years ago that say "this doesn't work for 3.x" are mostly out of date; most of the options nowadays support 3.x, so first pick the one that sounds nicest, then follow the link to see if it supports 3.x, and backtrack if you got unlucky and picked one of the few that doesn't. Commented Nov 18, 2013 at 20:29

1 Answer 1

2

Try py2exe..

Install py2exe in your system, then generate a setup file as shown here

Thats it. Your .exe file will be created.

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

8 Comments

Is it 3.3 compatible?
I don't think you have understood me. I want a guide, a simple one for cx_Freeze
@user2977079: If you want a guide, Stack Overflow is not the place to ask. This site only works well for answering specific questions, not for writing general tutorials, or for providing links. Please read the help and FAQ.
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.